> > There are dynamic arrays and static arrays. Dynamic arrays are > reference types, static arrays are value types. You have > declared a static array. > > http://dlang.org/arrays.html Got it. Thanks very much for the help.