grouped_down_windows

Function grouped_down_windows 

Source
pub fn grouped_down_windows(
    total_rows: u32,
    cap: u32,
) -> impl Iterator<Item = (u32, u32)>
Expand description

Contiguous [start, end) launch windows covering 0..total_rows.