On 12/10/2013 04:37 PM, Namespace wrote:

>      int[] arr2 = [7, 8, 9]s;
>      assert(is(typeof(arr2) == int[3]));

That looks very confusing. The left-hand side looks like a slice, which I can append elements to but its type is a static array?

Ali

Reply via email to