lastIndexOf

fun lastIndexOf(value: Int, start: Int = 0, end: Int = this.size): Int
fun lastIndexOf(element: Int): Int