Trait dashu_int::ops::UnsignedAbs
source · pub trait UnsignedAbs {
type Output;
// Required method
fn unsigned_abs(self) -> Self::Output;
}
pub trait UnsignedAbs {
type Output;
// Required method
fn unsigned_abs(self) -> Self::Output;
}