Andrei Alexandrescu Wrote:

> 
> Any feedback is welcome. Thanks!
> 
> 

Thanks Andrei, that was an excellent read.

Some comments:

Page 102, line 23. I'm not a native English speaker, but it seems like you're 
missing a "such" in the sentence "there is a thing as a"

Page 116, line 13: shouldn't "array" be defined as "= void", for efficiency?

Section 4.3: As someone who is new to D, I would like to see an example 
involving a multidimensional array in which all dimensions are fixed. Something 
like 

int a[3][2] = [ ??? ];



Reply via email to