Algebraic data types
Last lime I stopped before enum chapter. Today I’m catching up.
As it turn out, from all features I learned so far, enums, or, to be precise, algebraic data types, are the second most exciting feature in Rust after ownership/borrow model baked in compiler. It’s…