Trait type_level_logic::strong::balanced::Int2P1 []

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

Project the first value in an IntPair.

Associated Types

Implementors