pub fn register_set(plan: &[ItemPlan]) -> Vec<usize>Expand description
The registration subset: item indices with ItemPlan::Register, in
order — the list the chunk partition runs over. BatchFold positions
index into THIS list.
pub fn register_set(plan: &[ItemPlan]) -> Vec<usize>The registration subset: item indices with ItemPlan::Register, in
order — the list the chunk partition runs over. BatchFold positions
index into THIS list.