Macro ic_cdk::println

source ·
macro_rules! println {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Format and then print the formatted message