DIP 1035, "@system Variables", Accepted; DIP 1037, "Add Unary Operator ...", Abandoned

zjh fqbqrr at 163.com
Wed Apr 13 09:25:46 UTC 2022


On Wednesday, 13 April 2022 at 07:32:26 UTC, Mike Parker wrote:
> Walter and Atila have informed me that they have approved DIP 
> 1035, "@system Variables", on the grounds that it identifies a 
> loophole in the `@safe` checks and provides a reasonable 
> solution. Walter said it's a good DIP.
>
> https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1035.md
>
> Congratulations to Dennis Korpel and Paul Backus.
>

`...` is Orthogonal to 'foreach'!

`...` is very convenient,
Basically, any of my `C++` functions have it.

op: +, -, *, /, %, ^, &, |, <<, >>,
=, +=, -=, *=, /=, %=, ^=, &=, |=, <<=, >>=,
<, >, <=, >=, ==, !=,
&&, ||,.*, ->* ,...

C++ supports various `unary and binary` folding expressions.
Coupled with `variable parameters`, it is very convenient
.




More information about the Digitalmars-d-announce mailing list