Function transpose_claim_queue
pub fn transpose_claim_queue(
claim_queue: BTreeMap<CoreIndex, VecDeque<Id>>,
) -> BTreeMap<Id, BTreeMap<u8, BTreeSet<CoreIndex>>>
Expand description
Returns a mapping between the para id and the core indices assigned at different depths in the claim queue.