micromath
micromath copied to clipboard
Impl Mean for Iterator<Item = &f32> as well?
Currently you can't use it for an Iterator with references. You could fix it with a .copied(), but this is not always super clear, as the error simply says "mean is not implemented".
I can't think of a reason why it could be a problem
Sure, want to open a PR?