Expand description
Arbitrary-sized integers.
See crate ::num_bigint
.
Structs§
- BigInt
- A big signed integer type.
- BigUint
- A big unsigned integer type.
- Parse
BigInt Error - TryFrom
BigInt Error - The error type returned when a checked conversion regarding big integer fails.
- U32Digits
- An iterator of
u32
digits representation of aBigUint
orBigInt
, ordered least significant digit first. - U64Digits
- An iterator of
u64
digits representation of aBigUint
orBigInt
, ordered least significant digit first.