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