void function(Colour c = Colour.white) f; f.stringof == "void function(Colour c = white)"
Error: undefined identifier 'white' This is rather hard to work-around. It'll take a lot of time to write code to magically put 'Colour.' back there... Is there another way?