FSharpx.Collections


NonEmptyList<'T> Type

Record fields

Record Field Description

List

Full Usage: List

Field type: 'T list
Field type: 'T list

Instance members

Instance member Description

this.Head

Full Usage: this.Head

Returns: 'T
Returns: 'T

this.Length

Full Usage: this.Length

Returns: int
Returns: int

this.Tail

Full Usage: this.Tail

Returns: 'T list
Returns: 'T list