Header menu logo FSharp.Data.Adaptive

clist<'T> Type

Changeable adaptive list that allows mutation by user-code and implements alist.

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int

the number of elements currently in the list.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

is the list currently empty?

Returns: bool

this[index]

Full Usage: this[index]

Returns: Index

Gets or sets the element associated to index.

Returns: Index

this[index]

Full Usage: this[index]

Returns: int

Gets or sets an element in the list at the given index.

Returns: int

this.MaxIndex

Full Usage: this.MaxIndex

Returns: Index

The largest index contained in the list (or Index.zero if empty)

Returns: Index

this.MinIndex

Full Usage: this.MinIndex

Returns: Index

The smallest index contained in the list (or Index.zero if empty)

Returns: Index

this.Value

Full Usage: this.Value

Gets or sets the value for the list.

Type something to start searching.