Skip to main content

cfg_chunks_mut

Macro cfg_chunks_mut 

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

Returns a parallel iterator over mutable chunks when the parallel feature is enabled, otherwise returns a sequential one.