Function stdev

Calculate the standard deviation of an input range with members implicitly converitble to double.

double stdev(T) (
  T data
)
if (doubleIterable!T);