Function route_verification_ir::intermediate_repr::merge_irs

source ยท
pub fn merge_irs<I>(irs: I) -> Ir
where I: IntoParallelIterator<Item = Ir>,
Expand description

Merge irs into a single Ir in parallel, with no ordering guarantee.