Macro reply_with

Source
macro_rules! reply_with {
    ($ib:expr, $($v:expr),*) => { ... };
}