Search

January 13, 2023
Learn »
...4096;
enum BUF_POOL_NUM_PAGES = 1024;
alias frame_idx_t = size_t;

ubyte[10...
January 12, 2023
Genel »
...1);
    }
  }

  auto dowToStr(size_t len = 0)()
  {
    alias E = DayOfWeek;
    string[] result;
    for(E x...
January 12, 2023
Learn »
...1);
    }
  }

  auto dowToStr(size_t len = 0)()
  {
    alias E = DayOfWeek;
    string[] result;
    for(E x...
January 12, 2023
General »
...struct TestType(T)
{
  import std.traits : Unsigned;
  alias U = Unsigned!T;

  T t = T.min...
January 12, 2023
Issues »
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array...
January 11, 2023
Learn »
...import std.meta;

void main() {
    alias functions = AliasSeq!(foo, bar);
    alias types = AliasSeq!(int, double...
January 11, 2023
Issues »
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array...
January 11, 2023
Issues »
...dmd pull request #14803 "fix issue 23620 - 'alias this' is not respected in static array...
January 11, 2023
Issues »
...cgi?id=23620

          Issue ID: 23620
           Summary: 'alias this' is not respected in static array...
January 11, 2023
Learn »
...meaningful since it really just is an alias for auto right now.

Perhaps it could...
146 147 148 149 150 151 152 153 154 155 156
Next ›   Last »