Search

January 14, 2023
Issues »
...some_function this;
}

struct ReclamationBatch {

  FixedArray!(uint) dummy;

  @nogc nothrow void some_inout_func() { }

  void...
January 14, 2023
Issues »
...function this;
}


struct ReclamationBatch {

  FixedArray !(uint,1) dummy;

  @nogc nothrow void some_inout_func() inout...
January 12, 2023
Announce »
...them. In LDC, they're assigned a dummy byte, but then that causes a problem...
January 03, 2023
General »
...initialized to a dummy value is not a constructed object. Yes, the dummy value is...
January 02, 2023
General »
...is to have a constructor with a dummy argument. Nothing says one has to actually...
December 30, 2022
General »
...by Herb Sutter suggests. By saying "no dummy values", he must be referring to T...
December 28, 2022
Issues »
...tstr;
}

struct S
{
  mixin A;
  mixin B;

  static string columns() {
    auto dummy = &asSize;
    return "as";
  }
}
```

--
December 17, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=19576

Iain Buclaw <ibuclaw@gdcproject.org> changed...
December 17, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=12815

Iain Buclaw <ibuclaw@gdcproject.org> changed...
December 15, 2022
Learn »
...struct S
{
    int* p;
    int[0] v; // dummy storage
    auto f() return @trusted => p ? p...
1 2 3 4 5 6 7
Next ›   Last »