Stabilize `unsigned_abs` Resolves #74913. This PR stabilizes the `i*::unsigned_abs()` method, which returns the absolute value of an integer _as its unsigned equivalent_. This has the advantage that it does not overflow on `i*::MIN`. I have gone ahead and used this in a couple locations throughout the repository. |
||
|---|---|---|
| .. | ||
| dec2flt | ||
| flt2dec | ||
| shells | ||
| bignum.rs | ||
| diy_float.rs | ||
| error.rs | ||
| f32.rs | ||
| f64.rs | ||
| int_macros.rs | ||
| mod.rs | ||
| nonzero.rs | ||
| uint_macros.rs | ||
| wrapping.rs | ||