MutableSet::lastValue
Returns the last value in the current MutableSet
public function lastValue(): ?Tv;
Returns
?Tv- The last value in the currentMutableSet, ornullif the currentMutableSetis 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.