FSharpx.Collections


FlatList<'T> Type

Record fields

Record Field Description

array

Full Usage: array

Field type: 'T[]
Field type: 'T[]

Instance members

Instance member Description

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

O(1). Returns true if the flatlist has no elements.

Returns: bool

this.[arg1]

Full Usage: this.[arg1]

Parameters:
    arg0 : int

Returns: 'T

O(1). Returns flatlist element at the index.

arg0 : int
Returns: 'T

this.Length

Full Usage: this.Length

Returns: int

O(1). Returns the number of items in the flatlist.

Returns: int