ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Shape.__anonymous
ae
utils
geometry
Shape
Undocumented in source.
struct
Shape
(T)
union
__anonymous {
Point
!
T
point
;
Rect
!
T
rect
;
Circle
!
T
circle
;
}
Members
Variables
circle
Circle
!
T
circle
;
point
Point
!
T
point
;
rect
Rect
!
T
rect
;
Meta
Source
See Implementation
ae
utils
geometry
Shape
constructors
this
functions
opDispatch
unions
__anonymous
variables
kind