September 16 DIP Ideas » Re: Unpacking syntax | |||
|---|---|---|---|
| |||
Looks good. Now that "ref" is allowed in variable declarations, any reason not to allow... | |||
September 11 DIP Development » First Draft: Member of Operator | |||
|---|---|---|---|
| |||
...func() {
return :Identifier;
}
```
It does not support binary expressions:
```d
int var = :max - 2; // Error
``` | |||
September 10 Issues » [Issue 24759] Order-dependent failure to create an overload set with template function | |||
|---|---|---|---|
| |||
...bug.cgi?id=24759 --- Comment #1 from Max Samukha <maxsamukha@gmail.com> --- Another manifestation of... | |||
September 09 Learn » How to Humanize Numerical Input|Output | |||
|---|---|---|---|
| |||
...x ~= a; } end_num = max(x[0], 3); start_num = max(x[1], 3); if... | |||
September 03 General » Re: This needs to be fixed | |||
|---|---|---|---|
| |||
On Monday, 2 September 2024 at 14:35:56 UTC, Timon Gehr wrote: Understood, thanks. | |||
September 02 Issues » [Issue 24717] alias edge cases with tupleof | |||
|---|---|---|---|
| |||
...Comment #15 from Max Samukha <maxsamukha@gmail.com> --- (In reply to Max Samukha from comment... | |||
September 02 Issues » [Issue 24717] alias edge cases with tupleof | |||
|---|---|---|---|
| |||
...bug.cgi?id=24717 --- Comment #14 from Max Samukha <maxsamukha@gmail.com> --- The same logic... | |||
September 01 Issues » [Issue 24717] alias edge cases with tupleof | |||
|---|---|---|---|
| |||
...bug.cgi?id=24717 --- Comment #12 from Max Samukha <maxsamukha@gmail.com> --- There are also... | |||
September 01 Issues » [Issue 24717] alias edge cases with tupleof | |||
|---|---|---|---|
| |||
...bug.cgi?id=24717 --- Comment #10 from Max Samukha <maxsamukha@gmail.com> --- Anyway, if you... | |||
September 01 Issues » [Issue 24717] alias edge cases with tupleof | |||
|---|---|---|---|
| |||
...dlang.org/show_bug.cgi?id=24717
Max Samukha <maxsamukha@gmail.com> changed:
What |Removed... | |||
Copyright © 1999-2021 by the D Language Foundation