pub fn xy(x: usize, y: usize) -> Coord
Quick way to construct a coordinate without having to use the lengthy Coord { x: _, y: _ } struct syntax.
Coord { x: _, y: _ }