November 28, 2022 General » Re: Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1 | |||
|---|---|---|---|
| |||
...make sense to move them to the outer scope (and then optionally alias inside the... | |||
November 20, 2022 General » Re: Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1 | |||
|---|---|---|---|
| |||
...work, and it can shadow variables from outer scopes (which is also a breaking change... | |||
October 18, 2022 Learn » Re: parallel is slower than serial | |||
|---|---|---|---|
| |||
...a much better idea to parallelize the outer loop. Even OpenMP tutorials explain this: https... | |||
September 30, 2022 LDC » Re: enable @restrict for slices? | |||
|---|---|---|---|
| |||
...coming from slice args to an @trusted outer function that does all the bounds checking... | |||
September 28, 2022 General » Re: Poll: do you use @property semantics? | |||
|---|---|---|---|
| |||
...std.stdio;
void main()
{
auto outer = Outer!int();
with(outer)
{
x = 320;
y = 240;
z... | |||
September 09, 2022 General » Re: 'goto', as an indicator of good language | |||
|---|---|---|---|
| |||
...applies to the do then, not an outer loop. Also not clear until the end... | |||
September 09, 2022 General » Re: 'goto', as an indicator of good language | |||
|---|---|---|---|
| |||
...import core.stdc.stdio: printf;
void main()
{
outer: for (size_t i = 0; i < 4... | |||
September 07, 2022 Issues » [Issue 15049] bad error message when trying to instantiate a nested class in a static method | |||
|---|---|---|---|
| |||
...construct nested class `SingleStore` because no implicit `this` reference to outer class `MyStore` is available -- | |||
August 29, 2022 Issues » [Issue 23264] Allow __traits(parameters) in the return type or contract of a function | |||
|---|---|---|---|
| |||
...any differently. Also, if you wanted the outer function’s parameters, one can alias them. void... | |||
August 26, 2022 Issues » [Issue 23124] [dip1000] scope and return should not be inferred for @trusted function | |||
|---|---|---|---|
| |||
...assigned to `outer` with longer lifetime which is a correct error message. `outer` lives longer... | |||
Copyright © 1999-2021 by the D Language Foundation