Skip to main content

I1024

Type Alias I1024 

Source
pub type I1024 = Int<16>;
Expand description

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I1024(Uint<16>);

Tuple Fields§

§0: Uint<16>