Trait spaces::FiniteSpace[][src]

pub trait FiniteSpace: BoundedSpace where
    Self::Value: PartialOrd
{ fn range(&self) -> Range<Self::Value>; }

Space type with bounds and a finite set of values.

Required Methods

Returns the finite range of values in this dimension.

Implementors