Macro strip_plus

Source
macro_rules! strip_plus {
    (+ $($rest: tt)*) => { ... };
}