dcell v0.0.1 (2022-09-11T20:14:58Z)
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.