HH\ImmSet::firstValue
Returns the first value in the current ImmSet
public function firstValue(): ?Tv;
This method is interchangeable with firstKey()
.
Returns
Examples
See [Set::firstValue
](</hack/reference/class/Set/firstValue/#examples>) for usage examples.