pub type CoordPair = CoordPair<Coord>;
pub struct CoordPair { pub y: u16, pub x: u16, }
y: u16
x: u16