`i256` and `u256` - operators now use the same overflow convention as primitives - implement `<<` and `-` (previously just `>>` and `+`) - implement `Ord` correctly (the previous `PartialOrd` was broken) - correct `i256::SIGNED` to `true` The `Int`-trait is extended with `trailing_zeros`, `carrying_add`, and `borrowing_sub`. |
||
|---|---|---|
| .. | ||
| z_extensive | ||
| check_coverage.rs | ||
| compare_built_musl.rs | ||
| multiprecision.rs | ||
| standalone.rs | ||
| u256.rs | ||