HH\ImmSet::toImmVector
Returns an immutable vector (ImmVector) with the values of the current
ImmSet
public function toImmVector(): ImmVector<Tv>;
Returns
ImmVector<Tv>- anImmVector(integer-indexed) with the values of the currentImmSet.
Examples
See [Set::toImmVector](</hack/reference/class/Set/toImmVector/#examples>) for usage examples.