indexOfLast

inline fun indexOfLast(predicate: (element: Double) -> Boolean): Int(source)

Returns the index if the last element in the DoubleList for which predicate returns true.