pub fn slice_groups_are_monotonic(groups: &Vec<[u32; 2]>) -> boolAvailable on crate feature
algorithm_group_by only.Expand description
Returns whether groups is monotonic:
True if for every consecutive pair of group slices both the
start and the end offset are non-decreasing.