dlangide ~master (2018-03-20T13:36:12Z)
Home
Dub
Repo
Point
types
2D point
struct
Point {
int
x
;
int
y
;
}
Members
Variables
x
int
x
;
x coordinate
y
int
y
;
y coordinate
Meta
Source
See Implementation
types
structs
Point
Rect
2D point