macro_rules! filter_ { ($item:expr) => { ... }; (or $($items:expr),*) => { ... }; (and $($items:expr),*) => { ... }; }