Trait swc_ecma_transforms_base::perf::ParFold
source · [−]pub trait ParFold: Fold + Parallel {
fn fold_par<N>(&mut self, threshold: usize, nodes: Vec<N>) -> Vec<N>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
where
N: Send + Sync + FoldWith<Self>;
}