Macro as_usize_saturated
macro_rules! as_usize_saturated {
($v:expr) => { ... };
}
Available on crate feature
evm
only.Expand description
Converts a U256
value to a usize
, saturating to MAX
if the value is too large.