The reason `array[X.N, int]` doesn't work is because of the quirkiness of the 
array type, `array[0 .. X.N-1, int]` works.

Reply via email to