macro_rules! maybe_par_iter_mut {
($slice:expr) => { ... };
}Expand description
Parallel or sequential mutable iterator over a slice.
macro_rules! maybe_par_iter_mut {
($slice:expr) => { ... };
}Parallel or sequential mutable iterator over a slice.