find

inline fun ComplexFloatArray.find(predicate: (ComplexFloat) -> Boolean): ComplexFloat?
inline fun ComplexDoubleArray.find(predicate: (ComplexDouble) -> Boolean): ComplexDouble?

Returns the first element matching the given predicate, or null if no such element was found.