kotlin-stdlib / kotlin.sequences / toMutableList toMutableList Common JVM JS Native 1.0 fun <T> Sequence<T>.toMutableList(): MutableList<T>(source) Returns a new MutableList filled with all elements of this sequence. The operation is terminal.