pub type GroupsSlice = Vec<[IdxSize; 2]>;
Expand description

Every group is indicated by an array where the

  • first value is an index to the start of the group
  • second value is the length of the group Only used when group values are stored together