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

source ·
pub type B128 = Bits<128, 2>;
Expand description

Bits for 128 bits.

Aliased Type§

struct B128(/* private fields */);