Type Alias U16

Source
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 */ }