Header menu logo FSharp.Data.Adaptive

ElementOperation<'T> Type

Reprensents a element operation (Set/Remove) without its key. Typically datastructures will hold (key * ElementOperation) tuples.

Union cases

Union case Description

Remove

Full Usage: Remove

Remove the associated key.

Set 'T

Full Usage: Set 'T

Parameters:
    Item : 'T

Set the associated key to a specific value.

Item : 'T

Type something to start searching.