Logo Mibo

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

MapToSetNode(source, select)

Full Usage: MapToSetNode(source, select)

Parameters:
Returns: MapToSetNode<'K, 'V, 'T>
source : IAdaptiveMap<'K, 'V>
select : 'K -> 'V -> 'T
Returns: MapToSetNode<'K, 'V, 'T>

Type something to start searching.