Skip to main content

U16

Type Alias U16 

pub type U16 = Uint<16, 1>;
Expand description

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

Aliased Typeยง

pub struct U16 { /* private fields */ }