Box.width

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

Return Value

Type: T

Width of the box, always applicable.

Meta