ZScore.save

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

Meta