Function revm::precompile::primitives::alloy_primitives::ruint::nlimbs

source ยท
pub const fn nlimbs(bits: usize) -> usize
Expand description

Number of u64 limbs required to represent the given number of bits. This needs to be public because it is used in the Uint type.