Pair2

Undocumented in source.
struct Pair2 (
T
) {}

Constructors

this
this(T x, T y)
Undocumented in source.

Alias This

coord

Members

Variables

coord
T[2] coord;
Undocumented in source.

Meta