Macro shift

Source
macro_rules! shift {
    ( $char:literal ) => { ... };
}