Search

June 12, 2022
Issues »
...Issue ID: 23178
           Summary: Unknown error using alias to `__traits` evaluated as
                    expression
           Product: D...
June 11, 2022
General »
...who whine about OO also would celebrate "alias this" as a great invention! The same...
June 10, 2022
Learn »
...std;

// Spelling? :)
auto nullablelize(R)(R range) {
  alias E = Nullable!(ElementType!R);

  struct Nullablelize {
    enum...
June 09, 2022
Issues »
...somefunc:

mixin template outerMixin() {


  mixin innerMixin im;
  alias somefunc = im.someFunc();

  //If you comment out...
June 09, 2022
Issues »
...request #14196 "Fix Issue 23174 - Can't alias tuple when it's part of dot...
June 09, 2022
Issues »
...request #14196 "Fix Issue 23174 - Can't alias tuple when it's part of dot...
June 09, 2022
General »
...terrible function like this ...
static auto stringMap(alias p)(string[] r)
{
    string[] result = [];

    foreach (n...
June 09, 2022
Issues »
...tupleof);

    static alias map(alias F) = staticMap!(F, fields);
    static alias filter(alias pred) = Filter...
June 08, 2022
General »
...alias T = ubyte; // 16 wide (128 bit HW) to 64 wide (512 bit HW)
alias...
June 08, 2022
General »
...Later, a more senior developer suggested we alias these names to be more readable, and...
212 213 214 215 216 217 218 219 220 221 222
Next ›   Last »