DIP 1019--Named Arguments Lite--Final Review
Kagamin
spam at here.lot
Mon Aug 26 14:47:01 UTC 2019
struct S { int a, b, c, d = 7; }
S w = { c:1, a:1, 3 };
I don't even know if this result is contrived. Maybe it's trivial?
More information about the Digitalmars-d
mailing list