mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 16:06:29 +00:00
`MinInt` contains the basic methods that are only needed by integers involved in widening operations, i.e. big integers. `Int` retains all other operations and convenience methods.