on Each
inline fun ComplexFloatArray.onEach(action: (ComplexFloat) -> Unit): ComplexFloatArray
Content copied to clipboard
inline fun ComplexDoubleArray.onEach(action: (ComplexDouble) -> Unit): ComplexDoubleArray
Content copied to clipboard
Performs the given action on each element and returns the array itself afterwards.