Macro and

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