These are from algebra.Monoid
combine two AveragedValue instances
combine two AveragedValue instances
Optimized implementation of plus.
Optimized implementation of plus. Uses internal mutation to combine the supplied AveragedValue instances without creating intermediate objects.
instances of
AveragedValue to be combined
None if iter is empty, else an option value containing the summed
AveragedValue
Group implementation for AveragedValue.