The OpenD Programming Language

WMeanAccumulator.weights

struct WMeanAccumulator(T, Summation summation, AssumeWeights assumeWeights, U = T, Summation weightsSummation = summation)
static if(!assumeWeights)
Summator!(U, weightsSummation) weights;

Meta