HH\ImmSet::immutable
Returns an immutable copy (ImmSet
) of the current ImmSet
public function immutable(): ImmSet<Tv>;
This method is interchangeable with toImmSet()
.
Returns
ImmSet<Tv>
- anImmSet
that is a copy of the currentImmSet
.
Examples
See Set::immutable
for usage examples.