Box.area

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

Return Value

Type: T

Area of the box.

Meta