Skip to main content

I512

Type Alias I512 

Source
pub type I512 = Int<8>;
Expand description

Signed bit integer.

Aliased Type§

#[repr(transparent)]
pub struct I512(Uint<8>);

Tuple Fields§

§0: Uint<8>