Search

May 12, 2022
Learn »
...static if(is(Foo Bar == struct))
{
  // inside here, it was determined that `Foo` was a...
April 25, 2022
Learn »
...within* Foo's member functions, that the Foo being called is declared with `@SPECIAL` inside...
April 11, 2022
Issues »
...version inside a `static foreach`.

---
static foreach (_; 0 .. 5) {
    version = Foo;  // Error: version `Foo` declaration...
April 09, 2022
General »
...design where `@system t = foo()` would just not...instance to another).

- Variables inside templates may not...
April 07, 2022
Issues »
...references to a case inside the same switch works:

void foo(int i, int j...
April 06, 2022
General »
...foo(arg)   // foo -> strongly pure
aubo b = foo...only be accessed from inside
the aggregate that...
April 02, 2022
Issues »
...C
{
   void foo() {writeln("inside C");}
}

class D : C
{
   override void foo() {writeln("inside D...
March 19, 2022
Learn »
...from nowhere below:

void foo(U)(U[] array...parameter of a template inside the
> template. So...
February 18, 2022
Learn »
...disable this(this);
}

void foo(S s) {
}

void...happens with your example inside a Phobos function...
February 10, 2022
Announce »
...the outermost qualifier level inside functions.

So that...D
extern(C++) void foo (const int a...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »