Search

November 10, 2021
Issues »
...v) {
    static auto fun(alias lambda)(int x) {
        return lambda(x);
    }
}

alias f1 = canon!"abc...
November 10, 2021
Issues »
...net> ---
AFAIK, the problem is that the alias template parameter doesn't capture the context...
November 09, 2021
General »
...empty masqueraded from a nested struct via alias this doesn't pass isInputRange?", which then...
November 09, 2021
Issues »
...string v) {
    auto fun(alias lambda)(int x) {
        return lambda(x);
    }
}

alias f1 = canon!"abc...
November 09, 2021
General »
...time guarantee that there's only one alias left.

"We can have @safe vectors, unless...
November 09, 2021
General »
...In a large number of cases of alias this, its due to wanting a wrapper...
November 08, 2021
Issues »
...904fde46c4bad53ae65d72225d9b5f0c9beb6135 by Boris Carvajal:
  Fix Issue 21039 - `alias this` returns 'null' for ref types when...
November 08, 2021
General »
...useless in D meta-programming.

alias I1(alias T) = T;
alias I2(T...) = T;

I1...
November 08, 2021
General »
...one hand and rely on hacks like "alias this" on the other. And then there...
November 08, 2021
Issues »
...dmd pull request #13277 "Fix Issue 21039 - `alias this` returns 'null' for ref types when...
270 271 272 273 274 275 276 277 278 279 280
Next ›   Last »