Search

March 27, 2022
General »
...cent outside of the core would be ```alias cent=Cent;``` otherwise cent/ucent would be...
March 27, 2022
Issues »
...returned by `__traits(parameters)` bound to an alias:

  - the parser rejected `typeof(__traits(X))`, i...
March 25, 2022
Issues »
...cast to D type
                   |in array length             |alias in array length gives
                   |                            |syntax error

--- Comment...
March 22, 2022
Learn »
...the module of a symbol as an alias (no `moduleOf!symbol` trait?), but it seems...
March 19, 2022
Learn »
...parameter. The other template syntax - `template foo(alias T)` can take as `T` any symbol...
March 19, 2022
Learn »
...Identifier is declared to be either an alias of the TypeSpecialization or, if TypeSpecialization is...
March 19, 2022
Learn »
...I wrote below:

```d
import std.stdio;

alias outer O;

struct outer {
  int i;
  O...
March 18, 2022
Learn »
...54, WhatMeWorry wrote:

> size_t is an alias to one of the unsigned integral basic...
March 18, 2022
Learn »
...the D documentation:

size_t is an alias to one of the unsigned integral basic...
March 18, 2022
Issues »
...correct type is deduced:

---
const(int*) p;
alias id = x => x;
static assert(is(typeof...
236 237 238 239 240 241 242 243 244 245 246
Next ›   Last »