aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
Size
extending_containers
Size of a car.
struct
Size {
ulong
width
;
ulong
height
;
ulong
length
;
}
Members
Variables
height
ulong
height
;
Undocumented in source.
length
ulong
length
;
Undocumented in source.
width
ulong
width
;
Undocumented in source.
Meta
Source
See Implementation
extending_containers
classes
Car
DieselEngine
GasolineEngine
MySingletonContainer
functions
drive
main
interfaces
Engine
structs
Color
Size
Size of a car.