macro_rules! print {
($($arg:tt)*) => { ... };
}Available on
target_os=none only.Expand description
Prints to the standard output.
Adapted from std::print.
macro_rules! print {
($($arg:tt)*) => { ... };
}target_os=none only.Prints to the standard output.
Adapted from std::print.