Trait type_level_logic::strong::balanced::Int2P2 []

pub trait Int2P2: IntPair {
    type Output: Int;
}

Project the second value in an IntPair.

Associated Types

Implementors