Search

May 14
Announce »
...he thought that was fine for the AA case. His worry was more about when...
May 10
Learn »
...can use statements like `if(key in aa)` to test for membership. A very nice...
May 07
Learn »
...clearer that compile-time initialization of global AA's are not supported?  Because it cost...
April 14
DIP Development »
...j must be initialized.
}

int a;
S aa = S(a);
```

```
(ref int)[3] array_of...
April 11
General »
...practice with these things*. Stl is successful, aa takes the "slices > pointers" idea, looks at...
March 27
Issues »
...so something like:

`void updateWithKey(V[RealKey] aa, RealKey function(LookupKeyType k)
makeKeyOnCreate, V function...
March 27
Issues »
...haven't gotten our act together on AA's.

Lookups should be permissive and allow...
March 27
Issues »
https://issues.dlang.org/show_bug.cgi?id=2954

Steven Schveighoffer <schveiguy@gmail.com> changed...
March 27
Issues »
...Other operations such as `idx in aa` or `aa[idx]` (which are not setting
values...
March 26
Issues »
...common cases: a class, a slice, an AA, a pointer, but also a struct type...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »