index Of Last
inline fun ComplexFloatArray.indexOfLast(predicate: (ComplexFloat) -> Boolean): Int
Content copied to clipboard
inline fun ComplexDoubleArray.indexOfLast(predicate: (ComplexDouble) -> Boolean): Int
Content copied to clipboard
Returns index of the last element matching the given predicate, or -1 if the array does not contain such element.