Structs§
- A big signed integer type.
- A big unsigned integer type.
- The error type returned when a checked conversion regarding big integer fails.
- An iterator of
u32
digits representation of aBigUint
orBigInt
, ordered least significant digit first. - An iterator of
u64
digits representation of aBigUint
orBigInt
, ordered least significant digit first.
Enums§
- A
Sign
is aBigInt
’s composing element.
Traits§
- A generic trait for converting a value to a
BigUint
.