[][src]Macro weblog::console_clear

macro_rules! console_clear {
    ($($input:tt)*) => { ... };
}

Call the browser's console.clear() function. MDN