HH\KeyedIterable::lastValue
Returns the last value in the current KeyedIterable
public function lastValue(): ?Tv;
Returns
?Tv- The last value in the currentKeyedIterable, ornullif the currentKeyedIterableis empty.
Returns the last value in the current KeyedIterable
public function lastValue(): ?Tv;
?Tv - The last value in the current KeyedIterable, or null if the
current KeyedIterable is empty.