ConstSet::lastValue

Returns the last value in the current ConstSet

public function lastValue(): ?Tv;

Returns

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