[][src]Module spaces::discrete

Discrete spaces module.

Structs

Binary

Type representing binary (base-2) values.

Integers

Type representing the set of integers, Z.

Naturals

Type representing the set of natural numbers, N.

NonNegativeIntegers

Type representing the set of non-negative integers, Z(≥0).

NonZeroIntegers

Type representing the set of non-zero integers, Z*.

Ordinal

Type representing a finite, ordinal set of values.

Type Definitions

Interval
PositiveIntegers

Type representing the set of positive integers, Z(>0).