Trait type_level_logic::strong::balanced::IntRem []

pub trait IntRem<B: Int>: Int {
    type Output: Int;
}

Integer remainder. Used as Rem<X, Y> or <X as IntRem<Y>>::Output.

Associated Types

Implementors