ZScore.save

struct ZScore(T)
@property
typeof(this)
save
(
)
if (
isForwardRange!(T) &&
is(ElementType!(T) : double)
)

Meta