MutableSet::lastValue
Returns the last value in the current MutableSet
public function lastValue(): ?Tv;
Returns
?Tv
- The last value in the currentMutableSet
, ornull
if the currentMutableSet
is empty.
Returns the last value in the current MutableSet
public function lastValue(): ?Tv;
?Tv
- The last value in the current MutableSet
, or null
if the
current MutableSet
is empty.