macro_rules! _to_and {
    (($($condition:expr),*)) => { ... };
    ($condition:expr) => { ... };
}