Skip to main content

U8

Type Alias U8 

pub type U8 = Uint<8, 1>;
Expand description

8-bit unsigned integer type, consisting of 1, 64-bit limbs.

Aliased Typeยง

pub struct U8 { /* private fields */ }