index

fun <T> Collection<T>.index(item: T): Int?
fun <K, V> LinkedHashMap<K, V>.index(key: K): Int