ConstVector::lastKey
Returns the last key in the current ConstVector
public function lastKey(): ?int;
Returns
?int
- The last key in the currentConstVector
, ornull
if the currentConstVector
is 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.