MapIntTo

fun <V> MapIntTo(initialCapacityPower: Int = 5, loadFactor: Double = 0.75, initialiser: () -> V? = null)