dcell ~master (2025-12-15T06:58:51.846294)
Dub
Repo
Coord
dcell
coord
Coordinates are X, Y values.
struct
Coord {
int
x
;
int
y
;
}
Members
Variables
x
int
x
;
Undocumented in source.
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
dcell
coord
structs
Coord
Coordinates are X, Y values.