Search

6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=16190

--- Comment #2 from dlangBugzillaToGithub <robert.schadek...
6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=10490

--- Comment #4 from dlangBugzillaToGithub <robert.schadek...
6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=10190

--- Comment #6 from dlangBugzillaToGithub <robert.schadek...
6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=8594

--- Comment #1 from dlangBugzillaToGithub <robert.schadek...
6 days ago
General »
```import std.stdio;

enum DO_NOT_CHECK;

class Test {
    int n;
    int x;
    @DO_NOT...
6 days ago
Genel »
...hasKey = step1;
alias changeBy = step2;

import std;

enum Yetki {
    Ziyaretçi, Editör, Admin
}

class HataAA(K...
November 30
Genel »
...aşağıdaki kodu derleyerek erişebilirsiniz:

```d
import std;

enum Yetki
{
    Ziyaretçi,
    Editör,
    Admin
}

// Geliştirmeye açık hata...
November 26
Issues »
...is (T == immutable) && isExactSomeString!T && is(S == enum))
{
    static T enumRep = toStr!T(value);
}

If...
November 25
Issues »
...assign to an AA value of
an enum instance

https://github.com/dlang/dmd/pull...
November 25
Issues »
...cannot be used as template arguments:

---
enum E { One }
enum example(T, T value) = true...
1 2 3 4
Next ›   Last »