pub fn points( width: usize, height: usize, ) -> impl Iterator<Item = (usize, usize)>
Returns an iterator over the points of a grid