Box.volume

struct Box(T, size_t N)
@safe @nogc
T
volume
pure const nothrow
(
)

Return Value

Type: T

Signed volume of the box.

Meta