HH\ImmSet::values
Returns an ImmVector containing the values of the current ImmSet
public function values(): ImmVector<Tv>;
This method is interchangeable with toImmVector() and keys().
Returns
ImmVector<Tv>- anImmVectorcontaining the values of the currentImmSet.
Examples
See [Set::values](</hack/reference/class/Set/values/#examples>) for usage examples.