macro_rules! white {
    ( $str: tt ) => { ... };
    ( $other: expr) => { ... };
}
Expand description

white