macro_rules! point {
    ($x:expr, $y:expr) => { ... };
}
Expand description

Shorthand for creating a new point. The number of arguments determine the dimensions.