Skip to main content

cfg_iter

Macro cfg_iter 

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

Returns a parallel iterator when the parallel feature is enabled, otherwise returns a sequential iterator.