Search

July 19
Issues »
...dmd pull request #16724 "Fix bugzilla 23300 - std.array : array wrongly propagates scopeness o…" was...
July 19
Issues »
...for std.array on scope InputRange" mentioning this issue:

- Bugzilla 23300 - add testcase for std...
July 19
Issues »
...23300 - std.array : array wrongly propagates scopeness o…" fixing this issue:

- Fix bugzilla 23300 - std...
July 18
DIP Ideas »
...with recent versions of LDC2:
```d
import std.typecons;
struct A{ int a,b,c...
July 17
General »
...and some aren't, but code like std.algorithm needs to work with them either...
July 17
DIP Ideas »
...old dmd for some reason:
```d
import std.typecons;
struct A{ int a,b,c...
July 15
DIP Ideas »
Sorry, that should be O(log n) or better.
July 15
Issues »
...overload, see ddoc: https://dlang.org/phobos/std_process.html#.pipeProcess

This needs to be...
July 15
DIP Ideas »
...O(log n).

See `in` under *Operations* here:
https://dlang.org/phobos/std_container.html
July 15
DIP Ideas »
...Which gets lowered to this:
```d
import std.typecons;
struct A{ int a,b,c...
98 99 100 101 102 103 104 105 106 107 108
Next ›   Last »