http://www.digitalmars.com/d/2.0/tuple.html // this example fails Tuple!(3, 7, 'c') typecons.d(298): Error: static assert "Attempted to instantiate Tuple with an invalid argument: 3" Even this fails: alias Tuple!(0) T; Is Tuple only meant to store types or named types?