Type Alias Int

Source
pub type Int = Uint;

Aliased Type§

#[repr(C)]
pub struct Int(pub [u64; 4]);

Tuple Fields§

§0: [u64; 4]