Macro cfg_into_iter

Source
macro_rules! cfg_into_iter {
    ($e:expr, $min_len:expr) => { ... };
    ($e:expr) => { ... };
}
Expand description

Creates parallel iterator if parallel feature is enabled. Additionally, if the object being iterated implements IndexedParallelIterator, then one can specify a minimum size for iteration.