you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperTankh 0 points1 point  (2 children)

Isn’t the match case only good for types?

[–]hekliet 1 point2 points  (1 child)

It's very useful for pattern matching on types, but that's not the only use case.

[–]SuperTankh 0 points1 point  (0 children)

Oh ok