MutableVector::firstValue
Returns the first value in the current MutableVector
public function firstValue(): ?Tv;
Returns
?Tv- The first value in the currentMutableVector, ornullif the currentMutableVectoris 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.