Box.width

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

Return Value

Type: T

Width of the box, always applicable.

Meta