MapSetNode<'T, 'U> Type
Maps every element of a set (or chooses, when the mapping returns
ValueNone to drop an element). Duplicate outputs share one reference
count.
Constructors
| Constructor |
Description
|
Full Usage:
MapSetNode(source, mapping)
Parameters:
IAdaptiveSet<'T>
mapping : 'T -> 'U voption
Returns: MapSetNode<'T, 'U>
|
|
Mibo