Search

April 09, 2020
General »
...the rules for accessing variables in the outer frame in lambdas. I guess I'm...
March 18, 2020
General »
...of what happens when you iterate the outer range while retaining a copy of an...
March 06, 2020
Issues »
...accessible

It works if I write 'this.outer.foo'.

It also works if I *don...
March 05, 2020
General »
...was the use of "Outer" as an argument of this(Outer) !
And also I was...
March 05, 2020
General »
...arsd.jni;

final class Outer : JavaClass!("", Outer) {
	@Import this();
}

@JavaName("Outer$Inner") // the name here...
March 04, 2020
General »
...is the java class :

//
// File Outer.java
//
public class Outer {
    public class Inner {
      void printHello...
March 01, 2020
General »
...or propagating the err variable from an outer scope, etc. I don't remember now...
February 28, 2020
Learn »
...is an array of arrays, for each outer index the element is an array that...
February 18, 2020
General »
...new optimization opportunities which causes the next outer level to be inlineable, etc., until most...
February 18, 2020
Learn »
...struct Outer { Inner inner; }

// You can initialize Outer in various ways:

// 1)
auto o1 = Outer...
17 18 19 20 21 22 23 24 25 26 27 28
Next ›   Last »