Skip to main content

points

Function points 

Source
pub fn points(
    width: usize,
    height: usize,
) -> impl Iterator<Item = (usize, usize)>
Expand description

Returns an iterator over the points of a grid