macro_rules! impl_from_iterator {
( $name:ident ) => { ... };
}
Expand description
Implement FromIterator<f64>
for an iterative estimator.
macro_rules! impl_from_iterator {
( $name:ident ) => { ... };
}
Implement FromIterator<f64>
for an iterative estimator.