FilterSetNode<'T> Type
Keeps the elements of a set that satisfy a predicate.
Constructors
| Constructor |
Description
|
Full Usage:
FilterSetNode(source, predicate)
Parameters:
IAdaptiveSet<'T>
predicate : 'T -> bool
Returns: FilterSetNode<'T>
|
|
Mibo