Trait type_level_logic::strong::balanced::IntAbs []

pub trait IntAbs: Int {
    type Output: Int;
}

Integer absolute value. Used as Abs<X> or <X as IntAbs>::Output.

Associated Types

Implementors