Macro println

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

A wrapper around std::println that is a noop on the GPU.