AppendListNode<'T> Type
The concatenation of two lists. Ops from both sources share one journal in
arrival order with a source tag: cross-source order matters, because a right
op's absolute output position depends on leftCount at its application
point (docs/ALIST-DESIGN.md §3.4).
Constructors
| Constructor |
Description
|
Full Usage:
AppendListNode(left, right)
Parameters:
IAdaptiveList<'T>
right : IAdaptiveList<'T>
Returns: AppendListNode<'T>
|
|
Mibo