and

Macro and 

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