On Thu, Oct 29, 2009 at 05:38, Andrei Alexandrescu < seewebsiteforem...@erdani.org> 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! Well, if that's a rough rough draft, I'll happily read the entire book... I'm reading the AA part, and found that .dup doesn't exist for associative arrays (D2.036). It's bug 816, I guess. What's strange is that it's not listed as a bug in your text (red markings and such). Did you define a dup(K,V) function somewhere else? Philippe