spitfire_glow

Macro console_log

Source
macro_rules! console_log {
    ($($t:tt)*) => { ... };
}