On Saturday, 10 September 2022 at 18:39:55 UTC, Steven Schveighoffer wrote:
On 9/10/22 12:33 PM, Erdem Demir wrote:

Can you please suggest alternatives?


Use a pointer.

```d
DListOfA *returnVal = &temp.require(...);
returnVal.insert(a);
```

-Steve

Actually that could be answer I am seeking for I will try it.

Reply via email to