Timeline for Dlang associative array of an array of strings keyed by a string has unexpected behavior
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 21, 2024 at 1:31 | vote | accept | Element Green | ||
| Mar 21, 2024 at 1:31 | comment | added | Element Green | Awesome! Did not think to use ~= operator directly on the associative array. Whats more, just doing a "testAA["Key"] ~= "Val1";' works even when the key is not yet set. Still a little bit of a mystery to me how this all occurs, but that's rather elegant none-the-less. Thanks! | |
| Mar 19, 2024 at 16:11 | history | edited | Steven Schveighoffer | CC BY-SA 4.0 |
deleted 5 characters in body
|
| Mar 19, 2024 at 14:41 | history | answered | Steven Schveighoffer | CC BY-SA 4.0 |