Function revm_interpreter::interpreter::num_words

source ยท
pub const fn num_words(len: u64) -> u64
Expand description

Returns number of words what would fit to provided number of bytes, i.e. it rounds up the number bytes to number of words.