lastIndexOf

fun lastIndexOf(item: T): Int(source)

Return

last index of the given item.

Parameters

item

to search for