takeLastWhile

inline fun ComplexFloatArray.takeLastWhile(predicate: (ComplexFloat) -> Boolean): List<ComplexFloat>
inline fun ComplexDoubleArray.takeLastWhile(predicate: (ComplexDouble) -> Boolean): List<ComplexDouble>

Returns a list containing last elements satisfying the given predicate.