mutableListOf

fun <T> mutableListOf(sourceCollection: Collection<T>): MutableList<T>

Creates a MutableList containing all elements of the specified source collection.