toMutableList method
Returns a KtMutableList filled with all elements of this collection.
Implementation
KtMutableList<T> toMutableList() => mutableListFrom(iter);
Returns a KtMutableList filled with all elements of this collection.
KtMutableList<T> toMutableList() => mutableListFrom(iter);