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