Header menu logo FSharp.Data.Adaptive

aset<'T> Type

Adaptive set datastructure.

Instance members

Instance member Description

this.Content

Full Usage: this.Content

Returns: aval<HashSet<'T>>
Modifiers: abstract

The current content of the set as aval.

Returns: aval<HashSet<'T>>

this.History

Full Usage: this.History

Returns: History<CountingHashSet<'T>, HashSetDelta<'T>> option
Modifiers: abstract

Gets the underlying History instance for the aset (if any)

Returns: History<CountingHashSet<'T>, HashSetDelta<'T>> option

this.IsConstant

Full Usage: this.IsConstant

Returns: bool
Modifiers: abstract

Is the set constant?

Returns: bool

Type something to start searching.