Andrei Alexandrescu wrote:
It's a rough rough draft, but one for the full chapter on arrays,
associative arrays, and strings.
http://erdani.com/d/thermopylae.pdf
Any feedback is welcome. Thanks!
Andrei
It's a very pleasant read, and it looks good. I guess I'll have to buy
the book. :) I just have two comments:
Code snippet in 4.2.1: Why do you suddenly use postfix array declaration
here?
Code snippet just before 4.4.3: ("yowza" !in aa) doesn't work, at least
not with DMD 2.035. It has to be !("yowza" in aa). Very annoying.