https://issues.dlang.org/show_bug.cgi?id=13864

--- Comment #3 from Vlad Levenfeld <[email protected]> ---
this works as well:

        writeln (x[0]);
        auto y = x[0.tuple.expand];
        writeln (x[0.tuple.expand]); // ok again??

--

Reply via email to