OfAvalListNode<'T, 'S> Type
An adaptive list over an adaptive value of a sequence (FDA
AList.ofAVal parity). Every change of the value replaces the whole
state and emits the positional diff as the delta. Poll model: the value is
re-read on every read; the diff runs only when its version moved.
Constructors
| Constructor |
Description
|
Full Usage:
OfAvalListNode(value)
Parameters:
IAdaptiveValue<'S>
Returns: OfAvalListNode<'T, 'S>
|
|
Mibo