ConstVector::firstKey
Returns the first key in the current ConstVector
public function firstKey(): ?int;
Returns
?int
- The first key in the currentConstVector
, ornull
if the currentConstVector
is empty.
Returns the first key in the current ConstVector
public function firstKey(): ?int;
?int
- The first key in the current ConstVector
, or null
if the
current ConstVector
is empty.