Type Alias revm::precompile::primitives::alloy_primitives::ruint::aliases::B64

source ·
pub type B64 = Bits<64, 1>;
Expand description

Bits for 64 bits.

Aliased Type§

struct B64(/* private fields */);