Type Alias revm::primitives::alloy_primitives::ruint::aliases::B16

source ·
pub type B16 = Bits<16, 1>;
Expand description

Bits for 16 bits.

Aliased Type§

struct B16(/* private fields */);