asIterable

fun ComplexFloatArray.asIterable(): Iterable<ComplexFloat>
fun ComplexDoubleArray.asIterable(): Iterable<ComplexDouble>

Creates an Iterable instance that wraps the original array returning its elements when being iterated.