Macro dyn_push

Source
macro_rules! dyn_push {
    { $stack:expr, $item:expr } => { ... };
}
Expand description

Push an item onto the back of the specified stack