lastIndexOf

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