Search

July 20, 2022
Issues »
...with inferred return value that requires
following alias-this uses class cast instead

https://github...
July 19, 2022
Learn »
...everything we already did
}
else
enum printEnum(alias x) = x;
```

There's a slight bloat...
July 19, 2022
Learn »
...PM, Azi Hassan wrote:


```d
template printEnum(alias x, string file = __FILE__, size_t line...
July 19, 2022
Genel »
...hesaplasın
      return satırAdedi * satırUzunluğu;
    }
  }
}

// Hadi deneyelim 😀

alias Tür = int;

enum : size_t {
  Sat = 5...
July 18, 2022
Issues »
...Types...)
{
    this(Types[0])
    {
    }
    this(Types[1])
    {
    }
}

alias A2 = SumType!(C1[], C2[]);

class C1
{
}

class...
July 16, 2022
General »
...t want to rename in the import:
alias sa = std.staticArray;
```

I admit it's...
July 14, 2022
General »
...creative acrostic can't fix:

  int[static alias,ref,return,assert,'y'] arr;

(Programmers would...
July 14, 2022
General »
...its choice. For example:

```d
void main()
{
  alias type = int[3];
  auto arr = cast(type...
July 13, 2022
Genel »
...std.stdio;

void main()
{
  alias t1 = long;
  t1 int64 = long.max;

  alias t2 = int;
  t2...
July 13, 2022
Issues »
...with inferred return value that requires following alias-this uses class cast instead

https://github...
204 205 206 207 208 209 210 211 212 213 214
Next ›   Last »