Box.width

Returns width of the box.

struct Box(T, int N)
pure nothrow const @safe @nogc @property
T
width
()
if (
N >= 1 &&
N <= 3
)

Meta