Contents
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.
Parameters
| type | K | Key type  | 
| type | V | Value type  | 
Properties
class HashMapPatch <EqK, K, V> Source #
where
 EqK : struct, 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.
Parameters
| type | K | Key type  | 
| type | V | Value type  | 
Properties