pub trait WrappingAbs {
type Output;
// Required method
fn wrapping_abs(self) -> Self::Output;
}
Expand description
Takes the absolute value of a number, wrapping around at the boundary of the type.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.
This is a wrapper over the wrapping_abs
functions in the standard library, for
example this one.