indexOfLast

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

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