[][src]Macro rustils::and

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