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