Type Alias revm::primitives::alloy_primitives::aliases::U1

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

Uint for 1 bit. Similar to bool.

Aliased Type§

struct U1 { /* private fields */ }