April 13 Issues » [Issue 24436] a array be overwritten when other array be written | |||
|---|---|---|---|
| |||
...passes } ``` The attributes are wrong for the outer array of array1. As a result the... | |||
April 04 Learn » How best to implement items and weapons in my RPG. Nested classes? Delegates? | |||
|---|---|---|---|
| |||
...always associated with an object of the outer class, and have access to it's... | |||
March 19 General » Re: core.sys.windows.com.ComObject apparently has wrongly laid out Vtable | |||
|---|---|---|---|
| |||
...whatsoever to be given access to this outer object. D does not define what it... | |||
March 18 General » Re: Voldemort toHexString Compile Error | |||
|---|---|---|---|
| |||
...because Hex is nested, it has an outer pointer to the call frame of toHexString... | |||
March 11 Learn » Re: static functions? | |||
|---|---|---|---|
| |||
...they don't have access to their outer scope (generally either the function that they... | |||
January 29, 2024 Issues » [Issue 23414] Import order emits "Error: no size because of forward references" | |||
|---|---|---|---|
| |||
...alias self)
{
alias Outer = __traits(parent, self);
ref Outer outer() => *cast(Outer*)(cast(ubyte*)&this... | |||
January 27, 2024 Learn » Re: Accessing array elements with a pointer-to-array | |||
|---|---|---|---|
| |||
...very intuitive, it goes from inner to outer. If it went the other way around... | |||
January 25, 2024 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
Looks like the context is currently passed for nested functions, not for nested classes. | |||
January 21, 2024 Learn » Re: Error "Outer Function Context is Needed" when class declared in unittest | |||
|---|---|---|---|
| |||
Why doesn't the compiler just create the instance with the correct context pointer? And... | |||
January 18, 2024 Learn » Re: Help optimize D solution to phone encoding problem: extremely slow performace. | |||
|---|---|---|---|
| |||
...easy as simply adding .parallel to your outer foreach loop. In this particular case it... | |||
Copyright © 1999-2021 by the D Language Foundation