[][src]Macro haku::output

macro_rules! output {
    ($v:expr, $lvl:literal, $fmt:literal) => { ... };
    ($v:expr, $lvl:literal, $fmt:literal, $vals:expr) => { ... };
    ($v:expr, $lvl:literal, $fmt:literal, $($vals:expr),+) => { ... };
}