index Of First
inline fun DoubleBuffer.indexOfFirst(predicate: (Double) -> Boolean): Int
Content copied to clipboard
Returns index of the first element matching the given predicate, or -1 if the buffer does not contain such element.