ElementSetNode<'T, 'U> Type
Maps every element of a set to an adaptive value (or chooses/filters, when
the aval's value is ValueNone to drop the element). Duplicate
output values share one reference count (refcounted set).
Constructors
| Constructor |
Description
|
Full Usage:
ElementSetNode(source, mapping)
Parameters:
IAdaptiveSet<'T>
mapping : 'T -> aval<'U voption>
Returns: ElementSetNode<'T, 'U>
|
|
Mibo