pub trait FiniteSpace: Space {
    fn to_ordinal(&self) -> Range<usize> { ... }
}
Expand description

Trait for defining spaces containing a finite set of values.

Provided methods

Implementations on Foreign Types

Implementors