March 11, 2023 Learn » Re: @nogc and Phobos | |||
|---|---|---|---|
| |||
...go out of your way to abuse alias this and/or use short ints a... | |||
March 11, 2023 Learn » Re: How can I get the scalar type of a pointer to pointer (and in even deeper levels) | |||
|---|---|---|---|
| |||
alias Foo(T : U*, U) = Foo!U; alias Foo(T) = T; static assert(is(Foo... | |||
March 08, 2023 Issues » [Issue 21288] Wrong context pointer for alias this function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21288 Dlang Bot <dlang-bot@dlang.rocks... | |||
March 07, 2023 Issues » [Issue 23760] Error: unknown | |||
|---|---|---|---|
| |||
...if(is(typeof(__traits(getMember, Class, "state")))) {}
alias T = __traits(getOverloads, Class, "state");
}
class JavaClass... | |||
March 04, 2023 Genel » Ali Hoca 'dan (lvalue) üzerine nefis bir örnek... | |||
|---|---|---|---|
| |||
...struct S {
int i;
void inc() {
++i;
}
}
alias front = ilkEleman;
ref R/*
auto//*/
ilkEleman(R... | |||
March 03, 2023 Learn » Re: Some questions with D and webassembly | |||
|---|---|---|---|
| |||
...you can define them like this:
```D
alias externref_t = void*;
pragma(LDC_intrinsic, "llvm... | |||
February 28, 2023 General » Collaborative Container | |||
|---|---|---|---|
| |||
...private Node data;
}
alias T = typeof(Node.CLL);
}
class Bar {
int data;
alias CLL = data... | |||
February 28, 2023 Announce » Re: LDC 1.32.0-beta1 | |||
|---|---|---|---|
| |||
...1659): Error: alias `core.sys.posix.sys.stat.__mode_t` conflicts with alias `core.sys... | |||
February 27, 2023 Announce » Re: D Language Foundation January 2023 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...Hopefully the error message of a class alias this points users in the direction of... | |||
February 27, 2023 Issues » [Issue 23733] Can't use template type parameter as type of alias parameter | |||
|---|---|---|---|
| |||
...read the spec, it seems that template alias parameters would work only for concrete types... | |||
Copyright © 1999-2021 by the D Language Foundation