Function xy

Source
pub fn xy(x: usize, y: usize) -> Coord
Expand description

Quick way to construct a coordinate without having to use the lengthy Coord { x: _, y: _ } struct syntax.