ListInterop<T> extension
- on
-
- List<
T>
- List<
Properties
-
kt
→ KtMutableList<
T> -
Available on List<
Wraps this List with a KtMutableList interface.T> , provided by the ListInterop extensionno setter
Methods
-
toImmutableList(
) → KtList< T> -
Available on List<
Converts the List to a truly immutable KtListT> , provided by the ListInterop extension