Search

March 11, 2023
Learn »
...go out of your way to abuse alias this and/or use short ints a...
March 11, 2023
Learn »
alias Foo(T : U*, U) = Foo!U;
alias Foo(T) = T;
static assert(is(Foo...
March 08, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=21288

Dlang Bot <dlang-bot@dlang.rocks...
March 07, 2023
Issues »
...if(is(typeof(__traits(getMember, Class, "state")))) {}
    alias T = __traits(getOverloads, Class, "state");
}

class JavaClass...
March 04, 2023
Genel »
...struct S {
    int i;

    void inc() {
        ++i;
    }
}

alias front = ilkEleman;

ref R/*
auto//*/
    ilkEleman(R...
March 03, 2023
Learn »
...you can define them like this:

```D
    alias externref_t = void*;

    pragma(LDC_intrinsic, "llvm...
February 28, 2023
General »
...private Node data;
  }

  alias T = typeof(Node.CLL);
}

class Bar {
  int data;
  alias CLL = data...
February 28, 2023
Announce »
...1659): Error: alias `core.sys.posix.sys.stat.__mode_t` conflicts with alias `core.sys...
February 27, 2023
Announce »
...Hopefully the error message of a class alias this points users in the direction of...
February 27, 2023
Issues »
...read the spec, it seems that template alias parameters would work only for concrete types...
130 131 132 133 134 135 136 137 138 139 140
Next ›   Last »