Logo Mibo

FilterSetNode<'T> Type

Keeps the elements of a set that satisfy a predicate.

Constructors

Constructor Description

FilterSetNode(source, predicate)

Full Usage: FilterSetNode(source, predicate)

Parameters:
Returns: FilterSetNode<'T>
source : IAdaptiveSet<'T>
predicate : 'T -> bool
Returns: FilterSetNode<'T>

Type something to start searching.