Box.rectangle

struct Box(T, int N)
static pure nothrow @safe @nogc
static if(N == 2)
rectangle
(
T x
,
T y
,,)
if (
N >= 1 &&
N <= 3
)

Meta