Skip to main content

I256

Type Alias I256 

Source
pub type I256 = Int<{ _ }>;
Expand description

256-bit signed integer type.

Aliased Typeยง

pub struct I256(/* private fields */);