With DMD 2.054beta this program: import std.typecons; void main() pure { int x = tuple(0)[0]; } Gives: temp.d(3): Error: no [] operator overload for type Tuple!(int)
compiles fine with 2.059 Win32