stack

Macro stack 

Source
macro_rules! stack {
    ($($x:expr),* $(,)?) => { ... };
}