Function iter2d

Source
pub fn iter2d<T: Rangeable>(
    args: impl IterArgs2d<T>,
) -> impl Iterator<Item = vec2<T>>