MapToAListNode<'K, 'V> Type
An adaptive list of a map's entries (FDA AMap.toAList parity, poll
node). The order is the map's iteration order, stable while the map does
not change; every read rebuilds and emits the positional diff.
Constructors
| Constructor |
Description
|
Full Usage:
MapToAListNode(source)
Parameters:
IAdaptiveMap<'K, 'V>
Returns: MapToAListNode<'K, 'V>
|
|
Mibo