[][src]Macro auxtools::runtime

macro_rules! runtime {
    ($fmt:expr) => { ... };
    ($fmt: expr, $( $args:expr ),*) => { ... };
}

This macro makes instantiating Runtimes a (little bit) easier.