DIP 1031--Deprecate Brace-Style Struct Initializers--Community Review Round 1 Discussion

Steven Schveighoffer schveiguy at gmail.com
Fri Feb 14 16:40:25 UTC 2020


On 2/14/20 11:39 AM, Steven Schveighoffer wrote:
>    this(P s) { this.s = S(x: p.x, y: p.y); }

ugh, didn't finish this edit. Should be:


this(P s) { this.s = S(x: s.x, y: s.y); }


More information about the Digitalmars-d mailing list