Enums§
- BoundOp
- Compiled
Bound - Compiled
Multiple Of - Divisor
Kind - Which arithmetic the validator uses for a
multipleOfdivisor. A rewrite that moves a divisor between kinds can change verdicts, so only same-kind rewrites preserve membership.
Functions§
- check_
bound - compile_
bound - divisor_
kind - The arithmetic
divisorselects, mirroring howmultipleOfcompiles. - satisfies_
multiple_ of - Whether
valuesatisfiesmultipleOf: divisor, deciding it the way the validator does.