Skip to main content

I256

Type Alias I256 

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

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I256(Uint<4>);

Tuple Fields§

§0: Uint<4>