Search

December 08, 2021
Learn »
...cast(typeof(dg.funcptr))fp;
        return dg;
    }
    alias get this;
    this(void* ctx,R function...
December 07, 2021
Issues »
...usual automation advantages compared with repeated alias directives:

alias among = canon!"std".among;
...

However (and...
December 07, 2021
Issues »
...X) blocks while X has a deprecated alias this target

https://github.com/dlang/dmd...
December 06, 2021
Learn »
...Vec3Template(TYPE)
{
  static const(Vec3Template!(TYPE)) ZeroVector();
}
alias Vec3 = Vec3Template!(float);
```

However, when I try...
December 05, 2021
LDC »
...evaluation order (2D addition before scaling).

With `alias Point = __vector(float[2])`, split is reduced...
December 05, 2021
Learn »
...addr. But I didn't know string is an alias for immutable(char)[]! Thank you!
December 06, 2021
Learn »
...works.

A string in D is an alias for immutable(char)[]. This is defined in...
December 04, 2021
Issues »
...request #13380 "Fix Issue 17870 - Can't alias a mix of parent and child class...
December 03, 2021
Issues »
...request #13380 "Fix Issue 17870 - Can't alias a mix of parent and child class...
December 03, 2021
General »
...equivalent D idiom will be

```d
static alias MyEnum;
```

Currently there is a proposal champion...
265 266 267 268 269 270 271 272 273 274 275
Next ›   Last »