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