Box.width

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

Return Value

Type: T

Width of the box, always applicable.

Meta