SetToMapKeepAllNode<'K, 'V, 'T> Type
A map from a set of entries: every key keeps ALL its values in a HashSet
(ofASet/ofASetMapped FDA parity). A changed value set emits a
fresh HashSet in the delta (reference identity: downstream nodes compare
stored values by equality).
Constructors
| Constructor |
Description
|
Full Usage:
SetToMapKeepAllNode(source, toEntry)
Parameters:
IAdaptiveSet<'T>
toEntry : 'T -> 'K * 'V
Returns: SetToMapKeepAllNode<'K, 'V, 'T>
|
|
Mibo