Box.rectangle

*

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

Meta