On 12/20/11, Philippe Sigaud <[email protected]> wrote: > Why?
I didn't think of using tuples first, initially I've tried using size_t[]... but that was a bad idea. But I still think it should be the first argument, because it's more consistent with regards to array dimensions. You never have to "find" the initializer because you'll always know it's the first argument. At least to me it seems to be a good idea to put it first, but ymmv.
