Box.width

struct Box(T, size_t N)
@property pure const nothrow @property
static if(N >= 1)
T
width
()

Return Value

Type: T

Box width of the box.

Meta