July 19 Issues » [Issue 23300] std.array : array wrongly propagates scopeness of source | |||
|---|---|---|---|
| |||
...dmd pull request #16724 "Fix bugzilla 23300 - std.array : array wrongly propagates scopeness o…" was... | |||
July 19 Issues » [Issue 23300] std.array : array wrongly propagates scopeness of source | |||
|---|---|---|---|
| |||
...for std.array on scope InputRange" mentioning this issue: - Bugzilla 23300 - add testcase for std... | |||
July 19 Issues » [Issue 23300] std.array : array wrongly propagates scopeness of source | |||
|---|---|---|---|
| |||
...23300 - std.array : array wrongly propagates scopeness o…" fixing this issue: - Fix bugzilla 23300 - std... | |||
July 18 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...with recent versions of LDC2:
```d
import std.typecons;
struct A{ int a,b,c... | |||
July 17 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...and some aren't, but code like std.algorithm needs to work with them either... | |||
July 17 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...old dmd for some reason:
```d
import std.typecons;
struct A{ int a,b,c... | |||
July 15 DIP Ideas » Re: uniform method naming convention for all lib std containers | |||
|---|---|---|---|
| |||
Sorry, that should be O(log n) or better. | |||
July 15 Issues » [Issue 17170] ddoc shows parameters that are not used in function | |||
|---|---|---|---|
| |||
...overload, see ddoc: https://dlang.org/phobos/std_process.html#.pipeProcess This needs to be... | |||
July 15 DIP Ideas » Re: uniform method naming convention for all lib std containers | |||
|---|---|---|---|
| |||
...O(log n). See `in` under *Operations* here: https://dlang.org/phobos/std_container.html | |||
July 15 DIP Ideas » Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...Which gets lowered to this:
```d
import std.typecons;
struct A{ int a,b,c... | |||
Copyright © 1999-2021 by the D Language Foundation