https://issues.dlang.org/show_bug.cgi?id=21011 --- Comment #1 from superDIMMaX <v.leolui at gmail.com> --- i found only one strange solution: writeln(test.get!(Tuple!(int, int))()[1]); and if this not issue, can be add ability opIndex and length on tuples? --