[][src]Macro gates::and

macro_rules! and {
    ($x:expr) => { ... };
    ($x:expr,$($y:expr),+) => { ... };
}