toMutableList method

KtMutableList<T> toMutableList()

Returns a KtMutableList filled with all elements of this collection.

Implementation

KtMutableList<T> toMutableList() => mutableListFrom(iter);