Box.volume

struct Box(T, int N)
@property @nogc pure const nothrow
T
volume
()

Return Value

Type: T

Signed volume of the box.

Meta