ZScore.length

struct ZScore(T)
@property
static if(hasLength!(T))
size_t
length
()
if (
isForwardRange!(T) &&
is(ElementType!(T) : double)
)

Meta