toMap

fun <K, V> FastIdentityMap<K, V>.toMap(): Map<K, V>
fun <T> IntMap<T>.toMap(): Map<Int, T>