How does array assignment for different sized types work?

estew estewh at gmail.com
Thu Jan 31 00:58:22 PST 2013


>
> 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.


More information about the Digitalmars-d-learn mailing list