Header menu logo fantomas

Set<'T> Type

Instance members

Instance member Description

this.Choose

Full Usage: this.Choose

Returns: 'T

The number of elements in the set.

Returns: 'T

this.Count

Full Usage: this.Count

Returns: int

Return the number of elements in the set.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

A useful shortcut for Set.isEmpty. See the Set module for further operations on sets.

Returns: bool

this.MaximumElement

Full Usage: this.MaximumElement

Returns: 'T

Returns the highest element in the set according to the ordering being used for the set.

Returns: 'T

this.MinimumElement

Full Usage: this.MinimumElement

Returns: 'T

Returns the lowest element in the set according to the ordering being used for the set.

Returns: 'T

Type something to start searching.