6 days ago Issues » [Issue 16190] to!string on enum should be fully qualified for consistency | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16190 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 10490] Type enum in std.variant.Algebraic for final switches | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=10490 --- Comment #4 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 10190] fullyQualifiedName on enum template members doesn't work | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=10190 --- Comment #6 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 8594] Enum string validator in Phobos? | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=8594 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago General » Variable notation | |||
|---|---|---|---|
| |||
```import std.stdio;
enum DO_NOT_CHECK;
class Test {
int n;
int x;
@DO_NOT... | |||
6 days ago Genel » Re: AA Helper | |||
|---|---|---|---|
| |||
...hasKey = step1;
alias changeBy = step2;
import std;
enum Yetki {
Ziyaretçi, Editör, Admin
}
class HataAA(K... | |||
November 30 Genel » Dinamik Rol Tabanlı Yetkilendirme Programı (with AA by AI) | |||
|---|---|---|---|
| |||
...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 » [Issue 24880] to!string with inout enum argument fails to compile | |||
|---|---|---|---|
| |||
...is (T == immutable) && isExactSomeString!T && is(S == enum))
{
static T enumRep = toStr!T(value);
}
If... | |||
November 25 Issues » [Issue 24845] Compiler error when trying to assign to an AA value of an enum instance | |||
|---|---|---|---|
| |||
...assign to an AA value of an enum instance https://github.com/dlang/dmd/pull... | |||
November 25 Issues » [Issue 24880] New: to!string with inout enum argument fails to compile | |||
|---|---|---|---|
| |||
...cannot be used as template arguments:
---
enum E { One }
enum example(T, T value) = true... | |||
Copyright © 1999-2021 by the D Language Foundation