macro_rules! coord {
    ($lhs: expr, $rhs: expr,) => { ... };
    ($lhs: expr, $rhs: expr) => { ... };
    ($pair: expr) => { ... };
}