I just wanted to comment, that tuples have already a `[]` operator. They accept 
a static int `n` as argument and return the _n-th_ element of that tuple. It is 
not overloadable, but I guess all you have to do is to make it overloadable by 
handling the magic in `magicsAfterOverloadResolution`.

Reply via email to