indexOfLast

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

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