Logo Mibo

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

Kind

Full Usage: Kind

Field type: ListOpKind
Field type: ListOpKind

Position

Full Usage: Position

Field type: int
Field type: int

Source

Full Usage: Source

Field type: byte
Field type: byte

Value

Full Usage: Value

Field type: 'T
Field type: 'T

Constructors

Constructor Description

ListOp(kind, position, value, source)

Full Usage: ListOp(kind, position, value, source)

Parameters:
    kind : ListOpKind
    position : int
    value : 'T
    source : byte

Returns: ListOp<'T>
kind : ListOpKind
position : int
value : 'T
source : byte
Returns: ListOp<'T>

Type something to start searching.