push

Macro push 

Source
macro_rules! push {
    ($cxt:expr, $($arg:expr),*) => { ... };
}