MutableMap::lastValue
Returns the last value in the current MutableMap
public function lastValue(): ?Tv;
Returns
?Tv
- The last value in the currentMutableMap
, ornull
if theMutableMap
is 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.