MapMapNode<'K, 'V, 'U> Type
Maps every entry of a map (or chooses, when the mapping returns
ValueNone to drop an entry).
Constructors
| Constructor |
Description
|
Full Usage:
MapMapNode(source, mapping)
Parameters:
IAdaptiveMap<'K, 'V>
mapping : 'K -> 'V -> 'U voption
Returns: MapMapNode<'K, 'V, 'U>
|
|
Mibo