flat Map
inline fun <R> ComplexFloatArray.flatMap(transform: (ComplexFloat) -> Iterable<R>): List<R>
Content copied to clipboard
inline fun <R> ComplexDoubleArray.flatMap(transform: (ComplexDouble) -> Iterable<R>): List<R>
Content copied to clipboard
Returns a single list of all elements yielded from results of transform function being invoked on each element of original array.