class HashMapPatch <K, V> Source #
Represents change to a Hash-Map
This is primarily used by the Change
events on the AtomHashMap
types,
and the Changes
property of TrackingHashMap
.
type | K | Key type |
type | V | Value type |
class HashMapPatch <EqK, K, V> Source #
where
EqK : Eq<K>
Represents change to a Hash-Map
This is primarily used by the Change
events on the AtomHashMap
types,
and the Changes
property of TrackingHashMap
.
type | K | Key type |
type | V | Value type |