SetDelta<'T> Type
A set delta: elements added and removed since the previous delivery. The buffers are transient: valid only during the delivery that received the delta.
Record fields
| Record Field |
Description
|
|
|
Full Usage:
InDrain
Field type: int[]
Modifiers: mutable |
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Add
Parameters:
'T
|
Appends an add operation. For ASet.custom computes.
|
|
The elements added. Transient: valid during the callback only.
|
Full Usage:
this.IsEmpty
Returns: bool
|
Gets whether this delta contains no operations.
|
Full Usage:
this.Remove
Parameters:
'T
|
Appends a remove operation. For ASet.custom computes.
|
|
The elements removed. Transient: valid during the callback only.
|
Mibo