Type Alias alloy_core::primitives::U16

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

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

Aliased Type§

struct U16 { /* private fields */ }