ConstVector::firstValue
Returns the first value in the current ConstVector
public function firstValue(): ?Tv;
Returns
- ?Tv- The first value in the current- ConstVector, or- nullif the current- ConstVectoris 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.