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