ListOp<'T> Type
One list operation. Positions are 0-based and refer to the state as of the previous operation in the same delta; a delta is applied in order.
Source is internal machinery for multi-source nodes (0 = primary or
left, 1 = right); delivered deltas always carry 0.
Record fields
| Record Field |
Description
|
|
|
Full Usage:
Position
Field type: int
|
|
Full Usage:
Source
Field type: byte
|
|
Full Usage:
Value
Field type: 'T
|
|
Constructors
| Constructor |
Description
|
Full Usage:
ListOp(kind, position, value, source)
Parameters:
ListOpKind
position : int
value : 'T
source : byte
Returns: ListOp<'T>
|
|
Mibo