DIP 1031--Deprecate Brace-Style Struct Initializers--Community Review Round 1 Discussion
Walter Bright
newshound2 at digitalmars.com
Fri Feb 14 23:44:55 UTC 2020
On 2/14/2020 2:11 PM, Steven Schveighoffer wrote:
> ... // some many lines later
It can be done inline with lambdas, like dmd itself does:
https://github.com/dlang/dmd/blob/master/src/dmd/backend/oper.d#L387
and the lambdas can be arbitrarily complex. I wrote those bits to replace the
optabgen.d program.
More information about the Digitalmars-d
mailing list