Is there a reason why enum ranges are not exhausti...
# compiler
j
Is there a reason why enum ranges are not exhaustive? Having to use the else branch results in error prone code, as the compiler doesn't force you to add branches for newly added enum entries.