Macro print

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

格式化打印。