https://issues.dlang.org/show_bug.cgi?id=20613
--- Comment #2 from Steven Schveighoffer <[email protected]> --- (In reply to Simen Kjaeraas from comment #0) > Testing indicates the whole anonymous lambda dance used there could be > replaced with > static immutable cases = [caseLabels]; Indeed, I would think that a valid solution. The caseLabels are passed at compile time, so I don't see why they would need to be idup'd. I'm not sure why Martin did it the way he did. I'll ask him. --
