Trait type_level_logic::strong::balanced::IntCmp2 []

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

Two-way integer comparison, but with the output trait bounds as an IntPair instead of an Int.

Associated Types

Implementors