Macro popn
macro_rules! popn {
([ $($x:ident),* ],$interpreter:expr $(,$ret:expr)? ) => { ... };
}
Available on crate feature
evm
only.Expand description
Pops n values from the stack. Fails the instruction if n values can’t be popped.