wl

Macro wl 

Source
macro_rules! wl {
    ($out:ident, $($tt:tt)*) => { ... };
    ($out:ident) => { ... };
}