August 23 General » Re: Outer class reference oddity? | |||
|---|---|---|---|
| |||
...show here. This should work, or just delete the feature. If you can't derive... | |||
August 14 Learn » Re: Performance O(??) for associative array lookup | |||
|---|---|---|---|
| |||
...Multiple solutions for O(log(N)) insert, delete and look-up, with builtin hashmaps being... | |||
July 29 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...least one long-term solution for `list_delete(list_t)` that you would accept. What... | |||
July 25 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...language main author writing: `@trusted void list_delete(list_t list) { free(list); }`, advocating to... | |||
July 23 DIP Ideas » DIP CLOSED | |||
|---|---|---|---|
| |||
We delete posts when they contain personal insults (both explicit and underhanded) or when they... | |||
July 14 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...complained that lambdas like `(@trusted { list.list_delete(); })()` are a bad practice, since they hide... | |||
July 13 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
...interface such as:
```D
@trusted
void list_delete(list_t list) { free(list); }
```
Not much... | |||
June 08 DIP Ideas » Re: D Editions | |||
|---|---|---|---|
| |||
...from the web interface. Normally, I'd delete the post outright. In this case, though... | |||
June 05 Learn » Re: How to pass in reference a fixed array in parameter | |||
|---|---|---|---|
| |||
I meant to delete that line! | |||
Copyright © 1999-2021 by the D Language Foundation