Search

October 22
Genel »
...class ArrayPool(T) {
  enum len = 1024 * 1024; // default Max Array Length
  enum num = 50; // default...
October 19
Learn »
...std.stdio;
import std.algorithm;
import dummy;

enum foo = "we need foo just to get...
October 15
General »
...s; }

  @disable this();
  ~this() { ++count; }
}

int count;
enum value = 42;

void main()
{
  auto s1 = S...
October 15
Learn »
...you need to replace `enum` by `const` or even `auto`. `enum` means the value should...
October 16
General »
...work.
Press '.' after an aggregate or an enum or whatever, the list that pops up...
October 15
Learn »
...i32;
        long i64;
        double f64;
    }_U u;
}

enum string JS_CFUNC_DEF(string name, string...
October 15
DIP Ideas »
...ConsArray(Enum, size_t col)
{
  mixin(makeEnum!col);
  E[] list;
  size_t index;

  enum makeEnum...
October 14
Issues »
...24812 - Incorrect highlighting when diagnosing an empty
enum declaration

https://github.com/dlang/dmd/pull...
October 14
Issues »
...24812 - Incorrect highlighting when diagnosing an empty enum declaration

https://github.com/dlang/dmd/pull...
October 14
Issues »
https://issues.dlang.org/show_bug.cgi?id=24812

Iain Buclaw <ibuclaw@gdcproject.org> changed...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »