Region.hasVolume

returns false if any of size components is zero

struct Region(size_t N, T)
pure @property const
bool
hasVolume
()
if (
isNumeric!T
)

Meta