Search

February 06, 2022
Duyuru »
...sol.göster(indent + 2);
    }
  }
}

struct Ağaç(T) {
  alias Düğüm = Düğüm_!T;
  Düğüm * kök;
  size_t...
February 04, 2022
Issues »
...org ---
Slightly reduced / modified:

==================================================
template Identity(T)
{
        alias T Identity;
}

extern(C++) Identity!T identity...
February 04, 2022
Issues »
...for DMD in dmd.cppmangle.CppMangleVisitor.getTiNamespace:

alias Identity(T) = T;
extern(C++) Identity!T...
February 04, 2022
Issues »
...Reporter: dlang-bugzilla@thecybershadow.net

auto bind(alias fun, T)(auto ref T tuple)
if...
February 03, 2022
General »
breaking my workflow >:(

it maybe sorta coulda been useful in this one idea I put...
February 02, 2022
Genel »
...11, Salih Dincer wrote:

> ```d
> void main()
> {
>    alias TYPE = int;
>    enum :TYPE { E = 1, M...
February 02, 2022
Genel »
...yazabilirim 😉

Bunlardan biri:

```d
void main()
{
  alias TYPE = int;
  enum :TYPE { E = 1, M...
February 02, 2022
Issues »
...auto newHeapArray(T)()
{
    import core.memory : GC;

    alias RT = T[];
    return cast(RT*) GC.malloc...
February 01, 2022
General »
The array template parameter bug will probably be fixed in the next release, just warning...
February 01, 2022
General »
These are outside the template, so I really doubt they are related unless this aspect...
246 247 248 249 250 251 252 253 254 255 256
Next ›   Last »