On Saturday, 7 September 2019 at 11:22:09 UTC, Maximillian wrote:
Please could you tell what "goto case;" do here?

I see now "fall-through" [1].

To be honest I like this feature in C and I was sad it didn't work in D, at least now I know how to solve it. :)

Max.

[1] https://dlang.org/spec/statement.html#GotoStatement
"This is to set apart with C's error-prone implicit fall-through behavior. goto case; could be used for explicit fall-through:"

Reply via email to