ZScore.front

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

Meta