Trait type_level_logic::strong::ternary::NatRem []

pub trait NatRem<B: Nat>: Nat {
    type Output: Nat;
}

Nat remainder. Used as Rem<X, Y> or <X as NatRem<Y>>::Output. Returns Undefined in the case of a division by zero.

Associated Types

Implementors