ListOpKind Type
The kind of a list operation (docs/ALIST-DESIGN.md §3.1).
Clear is used only in changeable-source transaction journals as a
marker for a full clear; it is never part of a delivered delta (the source
expands it into descending removes).
Record fields
| Record Field |
Description
|
|
Internal transaction-journal marker only; never delivered.
|
|
Insert before the element currently at
|
|
Remove the element currently at
|
|
Replace the element currently at
|
Mibo