[][src]Macro average::impl_from_par_iterator

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.