aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
Color
decorating_containers
A struct that should be managed by container.
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
}
Members
Variables
b
ubyte
b
;
Undocumented in source.
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
decorating_containers
classes
Car
DieselEngine
ElectricEngine
GasolineEngine
Tire
functions
decorated
drive
main
interfaces
Engine
structs
Color
Size
A struct that should be managed by container.