Type Alias I256

Source
pub type I256 = Int<4>;
Available on 64-bit only.
Expand description

Signed bit integer.

Aliased Typeยง

struct I256(/* private fields */);