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

Create Points by macro