Logo Mibo

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

MapSetNode(source, mapping)

Full Usage: MapSetNode(source, mapping)

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

Type something to start searching.