pub type Number = BigInt;
Expand description
The number return type
Will be either num_bigint::BigInt
or i128
based on whether the big-int
feature is enabled or not
Aliased Typeยง
struct Number { /* private fields */ }
pub type Number = BigInt;
The number return type
Will be either num_bigint::BigInt
or i128
based on whether the big-int
feature is enabled or not
struct Number { /* private fields */ }