Type Alias alloy_core::primitives::U8

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

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

Aliased Type§

struct U8 { /* private fields */ }