HH\ImmSet::immutable

Returns an immutable copy (ImmSet) of the current ImmSet

public function immutable(): ImmSet<Tv>;

This method is interchangeable with toImmSet().

Returns

Examples

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