Trait type_level_logic::strong::balanced::IntLteCmp2 []

pub trait IntLteCmp2<B: Int, C: IntPair, D: IntPair>: Int {
    type Output: IntPair;
}

Associated Types

Implementors