toMutableList

fun ComplexFloatArray.toMutableList(): MutableList<ComplexFloat>
fun ComplexDoubleArray.toMutableList(): MutableList<ComplexDouble>

Returns a new MutableList filled with all elements of this array.