Dynamic / resizable array type, and a crash problem

rumbu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu May 14 13:32:27 PDT 2015


On Thursday, 14 May 2015 at 20:03:16 UTC, ivoras wrote:
>
> What would be the difference between Array!string and string[] ?

std.array is used to manipulate or create built-in arrays from 
various sources (ranges).

For basic needs, you can safely use built-in arrays: 
http://dlang.org/arrays.html

Concatenation operator (~) is documented here: 
http://dlang.org/arrays.html#array-concatenation


More information about the Digitalmars-d-learn mailing list