MutableMap::lastValue
Returns the last value in the current MutableMap
public function lastValue(): ?Tv;
Returns
?Tv- The last value in the currentMutableMap, ornullif theMutableMapis empty.
Returns the last value in the current MutableMap
public function lastValue(): ?Tv;
?Tv - The last value in the current MutableMap, or null if the
MutableMap is empty.