macro_rules! dyn_push {
{ $stack:expr, $item:expr } => { ... };
}Expand description
Push an item onto the back of the specified stack
macro_rules! dyn_push {
{ $stack:expr, $item:expr } => { ... };
}Push an item onto the back of the specified stack