Logo Mibo

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

ElementSetNode(source, mapping)

Full Usage: ElementSetNode(source, mapping)

Parameters:
Returns: ElementSetNode<'T, 'U>
source : IAdaptiveSet<'T>
mapping : 'T -> aval<'U voption>
Returns: ElementSetNode<'T, 'U>

Type something to start searching.