Logo Mibo

SetDeltaBuilder<'T> Type

A mutable delta builder for ASet.custom computes. The compute receives the current view and this builder, appends the operations that describe the change since the previous call, and returns. The builder is a class: appends mutate the node's pending delta directly (a struct delta passed by value would be copied and lost).

Constructors

Constructor Description

SetDeltaBuilder()

Full Usage: SetDeltaBuilder()

Returns: SetDeltaBuilder<'T>
Returns: SetDeltaBuilder<'T>

Instance members

Instance member Description

this.Add

Full Usage: this.Add

Parameters:
    item : 'T

Appends an add operation.

item : 'T

this.Remove

Full Usage: this.Remove

Parameters:
    item : 'T

Appends a remove operation.

item : 'T

Type something to start searching.