Search

February 09, 2023
Learn »
...template
alias myTypes = AliasSeq!(int, double, long);
alias mySizes = AliasSeq!(1, 2, 3);
alias myFoos...
February 09, 2023
Genel »
...i]
      ));
    }
  }
}

alias T = AliasSeq!(byte, short, int);
alias V = AliasSeq!(1, 2, 4);
alias B...
February 09, 2023
Issues »
...puremagic.com
          Reporter: bugzilla@digitalmars.com

For:
---
alias VErr = char*;

@safe:

ref char* front_p...
February 09, 2023
General »
...errors[].filter!(e => e.m);
    }
}

auto filter(alias predicate, Element)(return Element[] range) {
    static struct...
February 08, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=20895

John Hall <john.michael.hall@gmail...
February 08, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=6842

John Hall <john.michael.hall@gmail...
February 08, 2023
Learn »
...size_t N, alias fun, args...) if (args.length % N == 0) {
  alias staticMapN = AliasSeq!();
  static...
February 08, 2023
Learn »
...in table A.

This should do it:

alias MyType = string[string][int];

// 'a' is subtracted...
February 08, 2023
General »
...that looks like a bug to me:

----
alias VErr = char*;

ref front_r(ref VErr...
February 07, 2023
Genel »
...hash == cast(size_t)bar);
}

template Sarr(alias T = char)
{
    enum s = size_t.sizeof...
137 138 139 140 141 142 143 144 145 146 147
Next ›   Last »