Search

April 13
Issues »
...passes
}
```

The attributes are wrong for the outer array of array1. As a result the...
April 04
Learn »
...always associated with an object of the outer class, and have access to it's...
March 19
General »
...whatsoever to be given access to this outer object. D does not define what it...
March 18
General »
...because Hex is nested, it has an outer pointer to the call frame of toHexString...
March 11
Learn »
...they don't have access to their outer scope (generally either the function that they...
January 29, 2024
Issues »
...alias self)
{
    alias Outer = __traits(parent, self);
    ref Outer outer() => *cast(Outer*)(cast(ubyte*)&this...
January 27, 2024
Learn »
...very intuitive, it goes from inner to outer. If it went the other way around...
January 25, 2024
Learn »
Looks like the context is currently passed for nested functions, not for nested classes.
January 21, 2024
Learn »
Why doesn't the compiler just create the instance with the correct context pointer? And...
January 18, 2024
Learn »
...easy as simply adding .parallel to your outer foreach loop. In this particular case it...
1 2 3 4 5 6 7
Next ›   Last »