find Last
inline fun ComplexFloatArray.findLast(predicate: (ComplexFloat) -> Boolean): ComplexFloat?
Content copied to clipboard
inline fun ComplexDoubleArray.findLast(predicate: (ComplexDouble) -> Boolean): ComplexDouble?
Content copied to clipboard
Returns the last element matching the given predicate, or null
if no such element was found.