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

teddybear12...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |teddybear12...@gmail.com

--- Comment #2 from teddybear12...@gmail.com ---
It would also be nice to have a static final switch on a type tuple.
Essentially every type in the type tuple must have an equivalent case. I've ran
across a few bugs in my code due to the fact that I forgot a static if (T ==
sometype). It just fails silently. This happens when new types are added.

--

Reply via email to