fn clamp_enum_leaf(value: DynSolValue, count: U256) -> DynSolValueExpand description
Recursively reduces every uint8 leaf in an enum value (possibly nested in arrays) modulo
count.
fn clamp_enum_leaf(value: DynSolValue, count: U256) -> DynSolValueRecursively reduces every uint8 leaf in an enum value (possibly nested in arrays) modulo
count.