December 08, 2021 Learn » Re: Any workaround for "closures are not yet supported in CTFE"? | |||
|---|---|---|---|
| |||
...cast(typeof(dg.funcptr))fp;
return dg;
}
alias get this;
this(void* ctx,R function... | |||
December 07, 2021 Issues » [Issue 22578] New: Symbols exposed by means of compile-time evaluation are not eligible for selective imports. | |||
|---|---|---|---|
| |||
...usual automation advantages compared with repeated alias directives: alias among = canon!"std".among; ... However (and... | |||
December 07, 2021 Issues » [Issue 20236] spurious deprecation warnings on function calls within with(X) blocks while X has a deprecated alias this target | |||
|---|---|---|---|
| |||
...X) blocks while X has a deprecated alias this target https://github.com/dlang/dmd... | |||
December 06, 2021 Learn » C++ bindings: const(T) dropped in return types of templates ? | |||
|---|---|---|---|
| |||
...Vec3Template(TYPE)
{
static const(Vec3Template!(TYPE)) ZeroVector();
}
alias Vec3 = Vec3Template!(float);
```
However, when I try... | |||
December 05, 2021 LDC » Re: Operator overloading leads to bad code optimization | |||
|---|---|---|---|
| |||
...evaluation order (2D addition before scaling). With `alias Point = __vector(float[2])`, split is reduced... | |||
December 05, 2021 Learn » Re: d strings are the bane of my existance | |||
|---|---|---|---|
| |||
...addr. But I didn't know string is an alias for immutable(char)[]! Thank you! | |||
December 06, 2021 Learn » Re: d strings are the bane of my existance | |||
|---|---|---|---|
| |||
...works. A string in D is an alias for immutable(char)[]. This is defined in... | |||
December 04, 2021 Issues » [Issue 17870] Can't alias a mix of parent and child class members | |||
|---|---|---|---|
| |||
...request #13380 "Fix Issue 17870 - Can't alias a mix of parent and child class... | |||
December 03, 2021 Issues » [Issue 17870] Can't alias a mix of parent and child class members | |||
|---|---|---|---|
| |||
...request #13380 "Fix Issue 17870 - Can't alias a mix of parent and child class... | |||
December 03, 2021 General » Re: DIPX: Enum Literals / Implicit Selector Expression | |||
|---|---|---|---|
| |||
...equivalent D idiom will be ```d static alias MyEnum; ``` Currently there is a proposal champion... | |||
Copyright © 1999-2021 by the D Language Foundation