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