SetInterop<T> extension
- on
-
- Set<
T>
- Set<
Properties
-
kt
→ KtMutableSet<
T> -
Available on Set<
Wraps this Set with a KtMutableSet interface.T> , provided by the SetInterop extensionno setter
Methods
-
toImmutableSet(
) → KtSet< T> -
Available on Set<
Converts the Set to a truly immutable KtSetT> , provided by the SetInterop extension