Logo Mibo

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

SetToMapKeepAllNode(source, toEntry)

Full Usage: SetToMapKeepAllNode(source, toEntry)

Parameters:
Returns: SetToMapKeepAllNode<'K, 'V, 'T>
source : IAdaptiveSet<'T>
toEntry : 'T -> 'K * 'V
Returns: SetToMapKeepAllNode<'K, 'V, 'T>

Type something to start searching.