print

Macro print 

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

Replaces print! using fmt syntax.