Macro print

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

Alternative to print! which works on CUDA. See print for more info.