Search

May 07
DIP Development »
I realize I forgot to expand on this.

In the current regime of [IES](https...
May 07
DIP Development »
...This is not the case for enum parameters -- enumness is preserved whether it's not...
May 07
DIP Development »
...ref` parameters).

Most D programmers already forget to add `auto ref` to such parameters (see...
May 07
General »
...one can re-order the parameters and because the enum parameters are defaulted, they need...
May 07
DIP Development »
...That is because template value parameters are rvalues and `enum` parameters would be rvalues as...
May 05
DIP Development »
...final function does not even accept `enum` parameters. I don't think this is even...
May 03
Issues »
...int T1 fails to compile with
                    literal parameters
           Product: D
           Version: D2
          Hardware: All
                OS...
May 03
DIP Development »
...all, we all have experience with ref parameters in D, and ref variables in foreach...
May 03
DIP Development »
...name, you'll see it also in ref, alias, and value parameters to function templates.

May 01
Issues »
https://issues.dlang.org/show_bug.cgi?id=11662

Chloé <chloekek@use.startmail.com> changed...
19 20 21 22 23 24 25 26 27 28 29 30
Next ›   Last »