macro_rules! for_each {
    ($pattern:pat in $($rem:tt)*) => { ... };
}