I don't think it's a bug in the compiler. There is probably a good reason that
you can not overload the `[]` operator for tuples. As you stated, you could
either use objects instead or use a different operator. It works e.g. with the
curly braces:
proc `{}`(dt: MyTable, ...
- Need a push on investigation of compiler issue cdome
- Re: Need a push on investigation of compiler issue chemist69
