Trait type_level_logic::strong::balanced::IntAbsMinThreeCmp []

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

Three-way integer absolute-value minimum comparison. Takes three integers, and returns a pair, the corresponding argument paired with the integer whose absolute value was smallest.

Associated Types

Implementors