Well, in Rust, it's a sum-type, with functions that also let you use it like a monad instead of using explicit pattern matching.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies:
Well, in Rust, it's a sum-type, with functions that also let you use it like a monad instead of using explicit pattern matching.