Skip to main content

I256

Type Alias I256 

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

256-bit signed integer type.

Aliased Typeยง

pub struct I256 { /* private fields */ }