Box.volume

Returns signed volume of the box.

struct Box(T, int N)
pure nothrow const @safe @nogc @property
T
volume
()
if (
N >= 1 &&
N <= 3
)

Meta