October 11 General » Re: Corner cases in Primary Type Syntax and its proof-of-concept implementation | |||
|---|---|---|---|
| |||
A future scope guard could need extra parameters. For example, here was a suggestion for... | |||
October 11 Learn » Accessing __traits(identifier) for variadic function arguments | |||
|---|---|---|---|
| |||
...identifier, x)` to get the name of parameters passed into a function, trying as best... | |||
October 09 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...is your dealing with and examine the parameters appropriately to figure it out, and it... | |||
October 07 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...an exceptionally ugly visual clash with default parameters. Imagine monstrosities like: this(=T t=T... | |||
October 07 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
For parameters yes, I'd prefer that a copy constructor turned into a move constructor... | |||
October 06 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
I know you've proposed @move for parameters already, but this seems inconsistent with that. | |||
October 06 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...and would lead to awkward questions like "why can't I use `=` on other parameters?" | |||
October 06 General » Re: Move Constructor Syntax | |||
|---|---|---|---|
| |||
...doors for other symbols to appear in parameters and have meaning? Are there other features... | |||
October 05 DIP Development » Re: Fourth Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...and the ABI (how it is called). Parameters and return values could be in different... | |||
October 04 General » Re: Template type inference problem | |||
|---|---|---|---|
| |||
If you separate the two parameters into two functions: ``` void f0(T)(const(T)[] x... | |||
Copyright © 1999-2021 by the D Language Foundation