Car.color

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Color color [@property setter]
  2. inout(Color) color [@property getter]
    class Car
    @property @safe nothrow pure inout
    inout(Color)
    color
    ()

Meta