Car.color - multiple declarations

Function Car.color

Set color of car

Car color (
  Color color
) nothrow @property @safe;

Set color of car. A car can live with undefined color (physics allow it).

Parameters

NameDescription
color color of a car.

Returns

Car

Function Car.color

Color color () nothrow @property @safe;