May 14 Announce » D Language Foundation January 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...he thought that was fine for the AA case. His worry was more about when... | |||
May 10 Learn » Re: "in" operator gives a pointer result from a test against an Associative Array? | |||
|---|---|---|---|
| |||
...can use statements like `if(key in aa)` to test for membership. A very nice... | |||
May 07 Learn » TIL: statically initializing an Associative Array | |||
|---|---|---|---|
| |||
...clearer that compile-time initialization of global AA's are not supported? Because it cost... | |||
April 14 DIP Development » Re: First Draft: ref For Variable Declarations | |||
|---|---|---|---|
| |||
...j must be initialized. } int a; S aa = S(a); ``` ``` (ref int)[3] array_of... | |||
April 11 General » Array focused iterators | |||
|---|---|---|---|
| |||
...practice with these things*. Stl is successful, aa takes the "slices > pointers" idea, looks at... | |||
March 27 Issues » [Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from | |||
|---|---|---|---|
| |||
...so something like: `void updateWithKey(V[RealKey] aa, RealKey function(LookupKeyType k) makeKeyOnCreate, V function... | |||
March 27 Issues » [Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from | |||
|---|---|---|---|
| |||
...haven't gotten our act together on AA's. Lookups should be permissive and allow... | |||
March 27 Issues » [Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=2954 Steven Schveighoffer <schveiguy@gmail.com> changed... | |||
March 27 Issues » [Issue 2954] [tdpl] Allow to set associative array key value only using expression AA key type is constructable from | |||
|---|---|---|---|
| |||
...Other operations such as `idx in aa` or `aa[idx]` (which are not setting values... | |||
March 26 Issues » [Issue 24454] New: Disallow initialization of non-static reference type data members by non-immutable values or rvalues | |||
|---|---|---|---|
| |||
...common cases: a class, a slice, an AA, a pointer, but also a struct type... | |||
Copyright © 1999-2021 by the D Language Foundation