But then how do I determine when I want it to break? I want the same behavior as Switch on Enum where it does something different depending on which one is being used. I won’t know which one is being used beforehand.
But then how do I determine when I want it to break? I want the same behavior as Switch on Enum where it does something different depending on which one is being used. I won’t know which one is being used beforehand.