Type Alias I256
pub type I256 = Signed<256, 4>;
Expand description
256-bit [signed integer type][Signed], consisting of 4, 64-bit limbs.
Aliased Typeยง
struct I256(/* private fields */);
pub type I256 = Signed<256, 4>;
256-bit [signed integer type][Signed], consisting of 4, 64-bit limbs.
struct I256(/* private fields */);