Macro revm_interpreter::as_u64_saturated

source ยท
macro_rules! as_u64_saturated {
    ($v:expr) => { ... };
}
Expand description

Converts a U256 value to a u64, saturating to MAX if the value is too large.