Macro libyml::POP
source · macro_rules! POP {
($stack:expr) => { ... };
}
Expand description
Removes and returns the last element from the stack.
§Parameters
stack
: A mutable reference to the stack from which the last element will be removed.
§Return
- The last element from the stack.