Car

A class representing a car.

Constructors

this
this(Size size)
Undocumented in source.

Members

Properties

color
Color color [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
color
inout(Color) color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
inout(Size) size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta