macro_rules! stack { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Creates a Stack with the given children.
Stack