Trait comlib_math::Integer[][src]

pub trait Integer: Numeric + Eq + Ord {
    type NonZero: NonZero<Base = Self>;
}
Expand description

Trait implemented by integral types.

Associated Types

The corresponding non-zeroable type.

Implementations on Foreign Types

Implementors