Function mean

Finds the arithmetic mean of any input range whose elements are implicitly convertible to double.

Mean mean(T) (
  T data
)
if (doubleIterable!T);