what is up with this code?

auto t = tuple(1,'a',3.333,false);
pragma(msg,typeof(t.tupleof[2 .. $]).stringof);

spits out

(double, bool, int, char, double, bool)

Reply via email to