toMutableList

fun <T, D : Dimension> MultiArray<T, D>.toMutableList(): MutableList<T>

Returns a MutableList filled with all elements of this collection.