ConstSet::firstValue

Returns the first value in the current ConstSet

public function firstValue(): ?Tv;

Returns

  • ?Tv - The first value in the current ConstSet, or null if the ConstSet is empty.