This opcode reverts using the exact data given. In general it should only be used
to do rethrows, where the revert data is the same as the original revert data.
For normal reverts, use Noir's assert which, on top of reverting, will also add
an error selector to the revert data.
This opcode reverts using the exact data given. In general it should only be used to do rethrows, where the revert data is the same as the original revert data. For normal reverts, use Noir's
assertwhich, on top of reverting, will also add an error selector to the revert data.