The Thermopylae excerpt of TDPL available online

Ellery Newcomer ellery-newcomer at utulsa.edu
Thu Oct 29 07:50:26 PDT 2009


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

Maybe I haven't been paying attention lately, but shouldn't

assert(x == 0)

be

assert(x[] == 0)

?


More information about the Digitalmars-d-announce mailing list