toImmutableSet method

KtSet<T> toImmutableSet()

Converts the Set to a truly immutable KtSet

Implementation

KtSet<T> toImmutableSet() => KtSet.from(this);