check

Macro check 

macro_rules! check {
    ($interpreter:expr, $min:ident) => { ... };
}
Available on crate feature evm only.
Expand description

Check if the SPEC is enabled, and fail the instruction if it is not.