ZScore.empty

struct ZScore(T)
@property
bool
empty
()
if (
isForwardRange!(T) &&
is(ElementType!(T) : double)
)

Meta