May 12, 2022 Learn » Re: What are (were) the most difficult parts of D? | |||
|---|---|---|---|
| |||
...static if(is(Foo Bar == struct))
{
// inside here, it was determined that `Foo` was a... | |||
April 25, 2022 Learn » Get UDAs of self's declaration as a member? | |||
|---|---|---|---|
| |||
...within* Foo's member functions, that the Foo being called is declared with `@SPECIAL` inside... | |||
April 11, 2022 Issues » [Issue 7386] Can't use a 'version' that was set inside 'static if' | |||
|---|---|---|---|
| |||
...version inside a `static foreach`.
---
static foreach (_; 0 .. 5) {
version = Foo; // Error: version `Foo` declaration... | |||
April 09, 2022 General » Re: Rebooting the __metada/__mutable discussion | |||
|---|---|---|---|
| |||
...design where `@system t = foo()` would just not...instance to another). - Variables inside templates may not... | |||
April 07, 2022 Issues » [Issue 22995] New: goto case cannot forward to outer case label | |||
|---|---|---|---|
| |||
...references to a case inside the same switch works: void foo(int i, int j... | |||
April 06, 2022 General » Rebooting the __metada/__mutable discussion | |||
|---|---|---|---|
| |||
...foo(arg) // foo -> strongly pure aubo b = foo...only be accessed from inside the aggregate that... | |||
April 02, 2022 Issues » [Issue 22968] New: "Need this of type X" error message is confusing | |||
|---|---|---|---|
| |||
...C
{
void foo() {writeln("inside C");}
}
class D : C
{
override void foo() {writeln("inside D... | |||
March 19, 2022 Learn » Re: Help needed to learn templates | |||
|---|---|---|---|
| |||
...from nowhere below: void foo(U)(U[] array...parameter of a template inside the > template. So... | |||
February 18, 2022 Learn » Re: initializing struct containing user defined type | |||
|---|---|---|---|
| |||
...disable this(this);
}
void foo(S s) {
}
void...happens with your example inside a Phobos function... | |||
February 10, 2022 Announce » Re: Added copy constructors to "Programming in D" | |||
|---|---|---|---|
| |||
...the outermost qualifier level inside functions. So that...D extern(C++) void foo (const int a... | |||
Copyright © 1999-2021 by the D Language Foundation