On 9/16/16 2:03 PM, Antonio Corbi wrote:Hi Jonathan!Probably this entry in https://dlang.org/spec/arrays.html#usage confusedme a bit. int[3] s; .... s = ...; // error, since s is a compiled in static // reference to an array. Thanks for your help! AntonioYeah, that's bad. https://github.com/dlang/dlang.org/pull/1474 -Steve
Hi Steve, Way clearer (at least for me) with your patch! Thanks, Antonio