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

Jacob Carlborg doob at me.com
Sat Feb 15 08:59:44 UTC 2020


On 2020-02-14 15:46, Steven Schveighoffer wrote:

> Foo f = Foo(ber: (a: 42, b: 84)); // only valid for struct 

(a: 42, b: 84) looks like a tuple with named elements to me.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list