On Sun, Jan 5, 2014 at 4:49 PM, Timon Gehr <timon.g...@gmx.ch> wrote: > On 01/05/2014 03:55 PM, Philippe Sigaud wrote: >> >> Is there any plan to add indexing on runtime indices to Tuple? It can >> be done, by generating a specific runtime opIndex for Tuple, if the >> types held in the tuple have a common type. > > > It would override the current index operator.
Yes, indeed.