fn bound_enum(
strat: BoxedStrategy<DynSolValue>,
input: &Param,
fuzz_fixtures: &FuzzFixtures,
) -> BoxedStrategy<DynSolValue>Expand description
Wraps strat to constrain any enum leaves in input to their valid range; a no-op otherwise.