keyAtIndex

fun <K, V> Map<K, List<V>>.keyAtIndex(index: Int): K?