macro_rules! println {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}Available on
target_family=wasm only.Expand description
Format and then print the formatted message
macro_rules! println {
($fmt:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}target_family=wasm only.Format and then print the formatted message