indexOfLast

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

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