Coord

Undocumented in source.
nothrow @nogc
struct Coord {}

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
int x;
y
int y;
Undocumented in source.

Meta