num
0.2.1
Module bigint
Module Items
Structs
Enums
Traits
In crate num
num
Module
bigint
Copy item path
Source
Structs
§
BigInt
A big signed integer type.
BigUint
A big unsigned integer type.
Parse
BigInt
Error
Enums
§
Sign
A Sign is a
BigInt
’s composing element.
Traits
§
ToBig
Int
A generic trait for converting a value to a
BigInt
. This may return
None
when converting from
f32
or
f64
, and will always succeed when converting from any integer or unsigned primitive, or
BigUint
.
ToBig
Uint
A generic trait for converting a value to a
BigUint
.