Logo Mibo

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

MapToAListNode(source)

Full Usage: MapToAListNode(source)

Parameters:
Returns: MapToAListNode<'K, 'V>
source : IAdaptiveMap<'K, 'V>
Returns: MapToAListNode<'K, 'V>

Type something to start searching.