6 ms·
Can you explain why? Genuinely curious as a lover of case/match. My only complaint is that it is not general enough.
by siddboots 1y ago
Can you explain why? Genuinely curious as a lover of case/match. My only complaint is that it is not general enough.
- kurtis_reed 1y agoDouble indentation
- maleldil 1y agoSo? Other languages with pattern match similarly have such double indentation. C-style switch with unintended cases is weird.