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