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