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