Trait discrete::Count [] [src]

pub trait Count<T> {
    fn count(&self, dim: T) -> usize;
}

Implemented by spaces that can count the number of objects.

Required Methods

Counts the size of space given the dimensions.

Implementors