Search

April 29
DIP Development »
...only occurs if you have multiple variadic parameters (which are also disallowed, but you do...
April 29
DIP Development »
...be plagued by buggy handling of `enum` parameters in our library code (just as we...
April 29
DIP Development »
...introduces many other issues unrelated to `enum` parameters, e.g., I think you cannot have...
April 29
DIP Development »
...passing template parameters is possible), but if you just want to have enum parameters, the...
April 29
DIP Development »
...was to require specific values for `enum` parameters. Then you'd do:

```d
auto opSlice...
April 28
DIP Development »
...data arguments should be elevated to template parameters, but the expressions must remain runtime.

What...
April 28
DIP Development »
It wasn't jumping out at me, so this could do with some reworking.
April 27
Issues »
...exactly what is requested (loop over all parameters), it seems like the only "waste" here...
April 26
General »
...programmer sees fit so long as the parameters and return types match what's necessary...
April 26
General »
...calls.

It is reasonable to use const parameters when the argument is not going to...
20 21 22 23 24 25 26 27 28 29 30 31
Next ›   Last »