February 14, 2020 General » Re: DIP 1031--Deprecate Brace-Style Struct Initializers--Community Review Round 1 Discussion | |||
|---|---|---|---|
| |||
...field1: 100;
int field4: 5;
AnotherType {
field1: outer.field4 + 9;
}
}
Lowers to something like:
struct... | |||
February 14, 2020 Learn » Re: How to use labeled break in static foreach? | |||
|---|---|---|---|
| |||
...then FOUND // is not visible to the outer loop static if (!__traits(compiles, mixin(format... | |||
February 13, 2020 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16215 --- Comment #5 from Walter Bright <bugzilla... | |||
February 13, 2020 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16215 Walter Bright <bugzilla@digitalmars.com> changed... | |||
February 07, 2020 General » Re: Member function increases size of a struct defined in a function - is this a bug? | |||
|---|---|---|---|
| |||
...doesn't reference any variables in the outer function. Yes, but the compiler could infer... | |||
February 06, 2020 General » Re: Is this correct? | |||
|---|---|---|---|
| |||
...from inner to outer. All imported modules count as a further outer scope. See information... | |||
February 02, 2020 Learn » Re: Template Usage with Eponymous Trick | |||
|---|---|---|---|
| |||
...or the S struct itself inside the outer S template? This is the main reason... | |||
January 30, 2020 Learn » Re: Template Usage with Eponymous Trick | |||
|---|---|---|---|
| |||
...It seems somewhat arbitrary - note that inner/outer functions does not have this limitation - the... | |||
January 16, 2020 General » Re: DIP 1029---Add throw as Function Attribute---Community Review Round 1 | |||
|---|---|---|---|
| |||
...where the storage class passed from the outer scope to the struct/class scope is... | |||
January 05, 2020 General » Re: nothrow by default | |||
|---|---|---|---|
| |||
...throw keyword in every other line. Imagine outer functions of some algorithm where the inner... | |||
Copyright © 1999-2021 by the D Language Foundation