lastIndexOf

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