Header menu logo FSharp.Data.Adaptive

cmap<'Key, 'Value> Type

Changeable adaptive map that allows mutation by user-code and implements amap.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int

The number of entries currently in the map.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

Is the map currently empty?

Returns: bool

this[key]

Full Usage: this[key]

Returns: 'Key

Gets or sets the value associated to key.

Returns: 'Key

this.Value

Full Usage: this.Value

Gets or sets the current state as HashMap.

Type something to start searching.