auto a = [ 1.0f, 2 ]; assert( a.rawMoment == 1.5 ); assert( a.rawMoment(2) == 2.5 );
See Implementation