asList

fun ComplexFloatArray.asList(): List<ComplexFloat>
fun ComplexDoubleArray.asList(): List<ComplexDouble>

Returns a List that wraps the original array.