August 18, 2021 General » Add Fields to a struct with core.reflect | |||
|---|---|---|---|
| |||
...result = ts.sym;
} else if (auto tc = cast(TypeClass)type)
{
result = tc.sym;
}
return result... | |||
August 16, 2021 Issues » [Issue 22218] New: Dynamic casts across binary boundaries can easily fail | |||
|---|---|---|---|
| |||
...C!();
}
}
else
{
T getFunc(T)(const(char)* sym, string thisExePath)
{
import core.runtime : Runtime;
version... | |||
August 15, 2021 General » Implementing serialisation with minmal boilerplate and template overhead using core.reflect | |||
|---|---|---|---|
| |||
...result = ts.sym;
} else if (auto tc = cast(TypeClass)type)
{
result = tc.sym;
}
return result... | |||
August 08, 2021 General » core.reflect becomes recursive | |||
|---|---|---|---|
| |||
...0].type;
auto cDecl = (cast(TypeClass) nodeType).sym; // this better be a class type
```
To... | |||
May 27, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...isTypeFunction())
tf.sym.something();
else if (auto td = t.isTypeDelegate())
t.isTypeFunction().sym.isFunctionDeclaration().something... | |||
May 27, 2021 General » Re: How can we make it easier to experiment with the compiler? | |||
|---|---|---|---|
| |||
...t.sym).something();
else if (auto td = t.isTypeDelegate())
(cast(FunctionDeclaration)(cast(TypeFunction)t).sym... | |||
May 02, 2021 Issues » [Issue 21886] case where member function used as "alias this sym" is allowed without right `this` context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21886 Basile-z <b2.temp@gmx.com... | |||
May 02, 2021 Issues » [Issue 21886] case where member function used as "alias this sym" is allowed without right `this` context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21886 --- Comment #1 from Basile-z <b2... | |||
May 02, 2021 Issues » [Issue 21886] case where member function used as "alias this sym" is allowed without right `this` context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21886 Basile-z <b2.temp@gmx.com... | |||
May 02, 2021 Issues » [Issue 21886] New: case where member function used as "alias this sym" is allowed without right `this` context | |||
|---|---|---|---|
| |||
...where member function used as "alias this sym" is
allowed without right `this` context
Product... | |||
Copyright © 1999-2021 by the D Language Foundation