sharedMap

fun <K : Any, V : Any> sharedMap(initialCapacity: Int = 8): MutableMap<K, V>