MapToSetNode<'K, 'V, 'T> Type
A set from a map: every entry contributes the selected value (the key for
toASet, the value for toASetValues). Equal selections share
one reference count: an entry removal drops the output element only when
the last contributing entry disappears.
Constructors
| Constructor |
Description
|
Full Usage:
MapToSetNode(source, select)
Parameters:
IAdaptiveMap<'K, 'V>
select : 'K -> 'V -> 'T
Returns: MapToSetNode<'K, 'V, 'T>
|
|
Mibo