ConstVector::lastValue
Returns the last value in the current ConstVector
public function lastValue(): ?Tv;
Returns
?Tv- The last value in the currentConstVector, ornullif the currentConstVectoris 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.