On 03/06/2012 09:30 PM, H. S. Teoh wrote:
It'd be really cool if I could do this:

        void func(int[] vector, int[] bounds) {
                assert(vector[]>= 0&&  vector[]<  bounds[]);
                ...
        }

Is there any reason why we shouldn't implement this?


T


Comparing arrays already does lexical-style comparison (which makes sense).

Reply via email to