Skip to main content

UInt128

Type Alias UInt128 

Source
pub type UInt128 = UInt<UINT128_SIZE>;

Aliased Type§

#[repr(C)]
pub struct UInt128(pub [u8; 16]);

Tuple Fields§

§0: [u8; 16]