v0

Macro v0 

Source
macro_rules! v0 {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Always prints to stdout. Follows format! style.