Trait agb_fixnum::FixedWidthSignedInteger
source · [−]pub trait FixedWidthSignedInteger: FixedWidthUnsignedInteger + Neg<Output = Self> {
fn fixed_abs(self) -> Self;
}pub trait FixedWidthSignedInteger: FixedWidthUnsignedInteger + Neg<Output = Self> {
fn fixed_abs(self) -> Self;
}