findLast

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

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