FilterMapNode<'K, 'V> Type
Keeps the entries of a map that satisfy a predicate.
Constructors
| Constructor |
Description
|
Full Usage:
FilterMapNode(source, predicate)
Parameters:
IAdaptiveMap<'K, 'V>
predicate : 'K -> 'V -> bool
Returns: FilterMapNode<'K, 'V>
|
|
Mibo