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
.


Reply via email to