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

Examples

See [Set::values](</hack/reference/class/Set/values/#examples>) for usage examples.