Search

August 08
General »
...is the new way of using `const` parameters, and they're equivalent according to the...
August 08
General »
...created by the same code with same parameters differ when run in CTFE mode or...
August 07
DIP Development »
...There was a C# proposal to add `!!` parameters which makes them run-time checked for...
August 07
DIP Ideas »
...calls `f` with the pack’s components as parameters. In C++, `f(pack)` is, generally speaking...
August 07
DIP Ideas »
Issue: Function templates with `auto ref` parameters can’t be instantiated independently form a function call...
August 07
DIP Ideas »
...make `in` *do* to have it make parameters inputs? `-preview=in` making `in` into `scope...
August 07
DIP Development »
...d
int* ptr1;
int* ptr2 = ptr1;
```

Function parameters, (including return and this) need to be...
August 06
Issues »
...“Literals do not match `ref` or `out` parameters.” Is not incorrect, but misleading. In...
August 06
General »
...const`, if you want to take both as parameters, then always make your parameters `const`.
August 06
DIP Development »
...The most difficult one is `ref`. `ref` parameters and variables are assumed to be non...
10 11 12 13 14 15 16 17 18 19 20 21
Next ›   Last »