macro_rules! early_print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description

Prints to the console.