toImmutableSet method

KtSet<T> toImmutableSet()

Converts the Iterable to a truly immutable KtSet

Implementation

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