Benji Smith a écrit : > I also would have preferred to have growable arrays and associative > arrays in the standard library than in the language. > > // Would be ideal. Growable arrays would be best implemented as a > // templatized collection class. > List!(String) words = [ "hello, "world" ]; Did you read http://www.digitalmars.com/d/2.0/builtin.html ?