Search

July 28
General »
...constants, and use that.

Maybe

```d

import std.typecons;

alias Foo = Typedef!int;

enum Foo...
July 28
General »
...be safe.
https://doc.rust-lang.org/std/ptr/index.html
https://doc.rust-lang...
July 28
Issues »
...Bugzilla 14138 - std.parallelism.task breaks @safety" fixing this issue:

- Fix Bugzilla 14138 - std.parallelism...
July 27
Issues »
...with std.algorithm.move" fixing this issue:

- Fix Bugzilla 15315 - can break immutable with std...
July 26
Issues »
...phobos pull request #9030 "Fix Bugzilla 24685 - std.stdio.File.rawRead allows reading raw pointe…...
July 26
Issues »
...request #9026 "Bugzilla 23300 - add testcase for std.array on scope InputRange" was merged into...
July 26
Issues »
...and beyond.

```
/home/luis/.local/bin/../import/std/sumtype.d(418): Error: template instance
`DeducedParameterType...
July 26
Issues »
...std.stdio.File.rawRead allows reading raw pointe…" fixing this issue:

- Fix Bugzilla 24685 - std...
July 26
Issues »
...cgi?id=24685

          Issue ID: 24685
           Summary: std.stdio.File.rawRead allows reading raw pointers...
July 25
DIP Ideas »
...without:
```d
class C(bool const_)
{
    import std.conv : text;
    private enum q = const_ ? "const...
94 95 96 97 98 99 100 101 102 103 104 105
Next ›   Last »