Search

July 13, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23234

--- Comment #6 from RazvanN <razvan.nitu1305...
July 13, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23234

--- Comment #5 from RazvanN <razvan.nitu1305...
July 13, 2022
Issues »
...is used.

For example, consider this code:

alias fd = () => foo;
test(fd);

By the time...
July 13, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23241

Dlang Bot <dlang-bot@dlang.rocks...
July 13, 2022
Learn »
...RandomAccessInfinite;

    auto seq = sequence!((a, n) => n);
    alias SeqType = typeof(seq);
    static assert(isRandomAccessRange!SeqType...
July 13, 2022
Issues »
...fixes it
alias MyEnum = int;
```

Expected behavior:

It should ignore either ignore the alias and...
July 12, 2022
Learn »
...obj = //make_test(20);/*
              make_test('T');//*/

  alias typ = //typeof(obj);/*
        LOG!(int, char);//*/

  "Type...
July 09, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=23234

--- Comment #3 from mhh <maxhaton@gmail...
July 09, 2022
Issues »
...Nitu:
  Fix Issue 23082 - stringof of template alias overloaded with function
accessed by trait: segfault...
July 09, 2022
Issues »
https://issues.dlang.org/show_bug.cgi?id=21723

--- Comment #4 from Dlang Bot <dlang...
205 206 207 208 209 210 211 212 213 214 215
Next ›   Last »