Search

January 12, 2023
Learn »
...this(){}

            class b {

            public:
                    this.outer.c C = new this.outer.c();
                     this() {
                            writeln(this...
January 08, 2023
Issues »
https://issues.dlang.org/show_bug.cgi?id=22866

Basile-z <b2.temp@gmx.com...
January 08, 2023
Learn »
...template arguments - the first one for the outer template is passed explicitly (what you did...
January 06, 2023
General »
...be bound to the length of the outer array, $ could prove to be ambiguous:

	// REALLY...
January 05, 2023
Learn »
Glad to learn that. Having worked many years in the Java world, where basically "class...
January 05, 2023
Learn »
yup. They can see the local variables from the function.

January 05, 2023
Learn »
...function it is inside, similar to how an inner class does with an outer class?
January 05, 2023
Learn »
...contexts, which it calls the outer function context.

Make the outer class `static` too to...
January 05, 2023
Learn »
...library]
source/builder.d(58,16): Error: outer function context of `builder.__unittest_L41_C1...
December 30, 2022
Issues »
...functions accessing the stack frame of the outer function - wouldn't two base pointers be...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »