Box.rectangle

Helper function to create rectangle with a given point, width and height.

struct Box(T, int N)
static @nogc pure nothrow
static if(N == 2)
rectangle
(
T x
,
T y
,,)

Meta