Skip to main content

I256

Type Alias I256 

Source
pub type I256 = Int<4>;
Expand description

Signed bit integer.

Aliased Typeยง

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