Macro next

Source
macro_rules! next {
    (if $($any:tt)*) => { ... };
    ($($any:tt)*) => { ... };
}