Search

January 04, 2020
General »
...final void my_template()(); // actually inferred, despite outer @safe
}


idk, just throwing out ideas. To...
November 27, 2019
Learn »
...array of arrays I have to convert both the inner ranges and the outer range.
November 26, 2019
Learn »
...I use the string mixin to forward outer struct property calls to members of an...
November 22, 2019
Issues »
...you remove the inspection inside, then the outer instantiation becomes false.

The use case I...
October 20, 2019
General »
...class _B: B {
        override void foo() {
            this.outer.bFoo();
        }
    }

    private _B _b;
    final B b...
October 18, 2019
Issues »
...Removal of "head const", i.e. the outer layer, is intentional. This avoid duplicate template...
October 16, 2019
General »
...be able to do this to the outer layer of shared for the member variables...
October 16, 2019
General »
...Outer!(Inner!T)"); }
void fun(T)(Outer!T arg) { writeln("Outer!T"); }

void main() {
    Outer...
October 12, 2019
General »
...even those could only safely remove the outer layer of shared - and even that required...
October 10, 2019
General »
...to `return`, `goto` or `break`/`continue` an outer loop directly from the loop body.

And...
19 20 21 22 23 24 25 26 27 28 29 30
Next ›   Last »