By default, if F is not floating point type or complex type, then the result
will have a double type if F is implicitly convertible to a floating point
type or a type for which isComplex!F is true.
Can also pass a boolean variable, allowModify, that allows the input slice to
be modified. By default, a reference-counted copy is made.
meanType!(Slice!(Iterator, N, kind))median(Slice!(Iterator, N, kind) slice)
Computes the median of slice.
By default, if F is not floating point type or complex type, then the result will have a double type if F is implicitly convertible to a floating point type or a type for which isComplex!F is true.
Can also pass a boolean variable, allowModify, that allows the input slice to be modified. By default, a reference-counted copy is made.