weakIdentityMapOf

fun <K, V> weakIdentityMapOf(vararg pairs: Pair<K, V>): WeakIdentityMap<K, V>

Sources

jvm source
Link copied to clipboard