HH\ImmSet::lastValue
Returns the last value in the current ImmSet
public function lastValue(): ?Tv;
This method is interchangeable with lastKey()
.
Returns
Examples
See Set::lastValue
for usage examples.
Returns the last value in the current ImmSet
public function lastValue(): ?Tv;
This method is interchangeable with lastKey()
.
See Set::lastValue
for usage examples.