May 14, 2021 General » Re: break while; break for; break foreach | |||
|---|---|---|---|
| |||
...a label "bubbles up" to the most outer scope inside the current function where it... | |||
May 13, 2021 General » break while; break for; break foreach | |||
|---|---|---|---|
| |||
...in order to break out of the outer construct. Wouldn't it be nice to... | |||
May 02, 2021 Learn » EMSI Containers and HashMap of HashMaps | |||
|---|---|---|---|
| |||
The following code segfaults, when the outer hashmap rehashes, and I am not yet sure... | |||
May 01, 2021 Issues » [Issue 21885] New: Bad diagnostic: struct is not copyable because it is annotated @disable | |||
|---|---|---|---|
| |||
...struct Outer
{
Inner i;
}
struct Inner
{
@disable this(this);
}
void main()
{
Outer o1;
Outer o2... | |||
April 25, 2021 General » Re: Discussion Thread: DIP 1041--Attributes for Higher-Order Functions--Community Review Round 1 | |||
|---|---|---|---|
| |||
...breaking change. What if `shared` on the outer of `dg` wouldn't matter, but it... | |||
April 06, 2021 LDC » ldc/dcompute atomics for nvptx? | |||
|---|---|---|---|
| |||
...functions. You can declare variables at the outer function level where they'll pretty much... | |||
April 04, 2021 General » Re: struct's fields are all public? no access control? | |||
|---|---|---|---|
| |||
...otherwise private member of inner class to outer class and had to declare it internal... | |||
March 19, 2021 Issues » [Issue 19984] Support shared in foreach lambdas | |||
|---|---|---|---|
| |||
...loop to have not-shared references to outer values. Basically, I'm proposing that since... | |||
March 14, 2021 General » Re: Obfuscated code challenge | |||
|---|---|---|---|
| |||
...r', 0: 'd', 2: 'a', 5: ' '] The outer `map` effectively replaces characters in "clung/locks... | |||
February 24, 2021 Issues » [Issue 16215] Nested class unable to resolve outer class variables in certain scenarios | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16215 RazvanN <razvan.nitu1305@gmail.com> changed... | |||
Copyright © 1999-2021 by the D Language Foundation