[][src]Trait oars::Integer

pub trait Integer: NumCast + Integer + Copy { }

A generic integer type.

A generic integer type that is compatible with the orthogonal array and strong orthogonal array definitions in the library. Almost every type that is compatible with num::Integer from the num-traits crate should be compatible with this integer type.

Implementors

impl<T> Integer for T where
    T: NumCast + Integer + Copy
[src]

Loading content...