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