ConstVector::lastKey
Returns the last key in the current ConstVector
public function lastKey(): ?int;
Returns
?int- The last key in the currentConstVector, ornullif the currentConstVectoris empty.
Returns the last key in the current ConstVector
public function lastKey(): ?int;
?int - The last key in the current ConstVector, or null if the
current ConstVector is empty.