ListInterop<T> extension

on

Properties

kt KtMutableList<T>

Available on List<T>, provided by the ListInterop extension

Wraps this List with a KtMutableList interface.
no setter

Methods

toImmutableList() KtList<T>

Available on List<T>, provided by the ListInterop extension

Converts the List to a truly immutable KtList