dcell v0.0.2 (2022-10-19T01:33:35Z)
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.