Box.getVolume

* Returns signed volume of the box.

struct Box(T, int N)
const
T
getVolume
()
if (
N >= 1 &&
N <= 3
)

Meta