Farkle


RangeMapElement<'TKey, 'a> Type

Α closed interval whose elements are assigned a value.

Record fields

Record Field Description

KeyFrom

Full Usage: KeyFrom

Field type: 'TKey

The start of the interval.

Field type: 'TKey

KeyTo

Full Usage: KeyTo

Field type: 'TKey

The end of the interval.

Field type: 'TKey

Value

Full Usage: Value

Field type: 'a

The value that gets assigned to the elements of the interval.

Field type: 'a