ZScore.popBack

struct ZScore(T)
static if(isBidirectionalRange!(T))
void
popBack
()
if (
isForwardRange!(T) &&
is(ElementType!(T) : double)
)

Meta