January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
We don't need alias this for classes, we just need custom implicit conversion for... | |||
January 17, 2023 General » Re: Small suggestion for default constructors | |||
|---|---|---|---|
| |||
...Letter(B);
struct Letter {
char letter = 96;
alias letter this;
}
import std.stdio;
void main... | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...can inherit alias this from a base class and have your own alias this also... | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...implementing multiple alias this (I just wanted to fix all the single alias this bugs... | |||
January 17, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...a struct. There is a strange working alias in the build. The related problem may... | |||
January 17, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23620 Basile-z <b2.temp@gmx.com... | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
To me, the only flaw is how complicated the ruling on implicit casting become. | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...limit the number of alias this expansions to 500. For multiple alias this, you probably... | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
Looks good to me, and its even implemented in a compiler and known to be... | |||
January 16, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
I think that's reasonable too. It annoys me that there's repetition of dogmas... | |||
Copyright © 1999-2021 by the D Language Foundation