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