[][src]Macro langcraft_api::println

macro_rules! println {
    ($($arg:tt)*) => { ... };
}

A drop-in replacement for Rust's normal println! macro (albiet a very slow one).

If practical, print_str! and print_int are often more than ten times faster.