macro_rules! points {
    ($t: ty, $(($x:expr,$y:expr)),*) => { ... };
}