August 08 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...is the new way of using `const` parameters, and they're equivalent according to the... | |||
August 08 General » Differences in results when using the same function in CTFE and Runtime | |||
|---|---|---|---|
| |||
...created by the same code with same parameters differ when run in CTFE mode or... | |||
August 07 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...There was a C# proposal to add `!!` parameters which makes them run-time checked for... | |||
August 07 DIP Ideas » Explicit pack expansion and the Expansion Operator | |||
|---|---|---|---|
| |||
...calls `f` with the pack’s components as parameters. In C++, `f(pack)` is, generally speaking... | |||
August 07 DIP Ideas » ref{bool} parameters | |||
|---|---|---|---|
| |||
Issue: Function templates with `auto ref` parameters can’t be instantiated independently form a function call... | |||
August 07 DIP Ideas » Re: `@rvalue ref` and `@universal ref` | |||
|---|---|---|---|
| |||
...make `in` *do* to have it make parameters inputs? `-preview=in` making `in` into `scope... | |||
August 07 DIP Development » Re: Null-checked reference types | |||
|---|---|---|---|
| |||
...d int* ptr1; int* ptr2 = ptr1; ``` Function parameters, (including return and this) need to be... | |||
August 06 Issues » [Issue 24697] New: Function overload resolution is vague and incomplete | |||
|---|---|---|---|
| |||
...“Literals do not match `ref` or `out` parameters.” Is not incorrect, but misleading. In... | |||
August 06 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...const`, if you want to take both as parameters, then always make your parameters `const`. | |||
August 06 DIP Development » Null-checked reference types | |||
|---|---|---|---|
| |||
...The most difficult one is `ref`. `ref` parameters and variables are assumed to be non... | |||
Copyright © 1999-2021 by the D Language Foundation