On 10/10/2014 3:25 AM, ketmar via Digitalmars-d wrote: > people also keep forgetting about default values and want > default constructors to simulate this: > > struct { > int n = 42; > string s = "default string"; > } That's a good observation.