macro_rules! impl_from_par_iterator {
( $name:ident ) => { ... };
}Expand description
Implement FromParallelIterator<f64> for an iterative estimator.
This will do nothing unless the rayon feature is enabled.
macro_rules! impl_from_par_iterator {
( $name:ident ) => { ... };
}Implement FromParallelIterator<f64> for an iterative estimator.
This will do nothing unless the rayon feature is enabled.