Expand description
Integer, a type representing integers with arbitrarily large absolute
values.
Modules§
- arithmetic
- Traits for arithmetic.
- comparison
- Traits for comparing
Integers for equality or order. - conversion
- Traits for converting to and from
Integers, converting to and from strings, and extracting digits. - exhaustive
- Iterators that generate
Integers without repetition. - logic
- Traits for logic and bit manipulation.
- random
- Iterators that generate
Integers randomly.
Structs§
- Integer
- An integer.