forEach

inline fun ComplexFloatArray.forEach(action: (ComplexFloat) -> Unit)
inline fun ComplexDoubleArray.forEach(action: (ComplexDouble) -> Unit)

Performs the given action on each element.