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