logoalt Hacker News

9rxlast Tuesday at 5:51 PM0 repliesview on HN

Technically, Rust has sum types (a.k.a. tagged unions) that use an enum to generate the tag. So, while enumeration is involved, sum types is still a better description of what it is.