Package-level declarations

Functions

Link copied to clipboard
Link copied to clipboard
fun <Key, Value> koneMapEntryHashing(keyHashing: Hashing<Key>, valueHashing: Hashing<Value>): Hashing<KoneMapEntry<Key, Value>>
Link copied to clipboard
Link copied to clipboard
fun <Key, Value> koneMapEquality(keyEquality: Equality<Key>, valueEquality: Equality<Value>): Equality<KoneMap<out Key, Value>>
Link copied to clipboard
fun <Key, Value> koneMapHashing(keyHashing: Hashing<Key>, valueHashing: Hashing<Value>): Hashing<KoneMap<out Key, Value>>
Link copied to clipboard
fun <Key, Value> koneMapReification(keyReification: Reification<Key>, valueReification: Reification<Value>): Reification<KoneMap<out Key, Value>>