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