Trait agb::number::FixedWidthSignedInteger[][src]

pub trait FixedWidthSignedInteger: FixedWidthUnsignedInteger + Neg<Output = Self> {
    fn fixed_abs(self) -> Self;
}

Required methods

Implementors