Type Alias revm::interpreter::primitives::alloy_primitives::ruint::aliases::B32

source ·
pub type B32 = Bits<32, 1>;
Expand description

Bits for 32 bits.

Aliased Type§

struct B32(/* private fields */);