[Issue 15692] Allow struct member initializer everywhere

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 25 17:32:22 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=15692

Lionello Lunesu <lio+bugzilla at lunesu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lio+bugzilla at lunesu.com

--- Comment #2 from Lionello Lunesu <lio+bugzilla at lunesu.com> ---
My 2c: this is more D-like,

auto foo = cast(Foo){ a: 3, b: 4 };

--


More information about the Digitalmars-d-bugs mailing list