MapUseMapNode<'K, 'V, 'W> Type
Maps every entry, disposing the mapped value when its key leaves (FDA
AMap.mapUse parity). The mapped values are stable (the mapping runs
once per key). Disposing the node disposes all live mapped values and
clears the output.
Constructors
| Constructor |
Description
|
Full Usage:
MapUseMapNode(source, mapping)
Parameters:
IAdaptiveMap<'K, 'V>
mapping : 'K -> 'V -> 'W
Returns: MapUseMapNode<'K, 'V, 'W>
|
|
Mibo