On the left: Someone browsing through a huge book captioned "Implementing equality in other languages". On the right: A tiny book labelled with the Rust code `#[derive(PartialEq, Eq)]` captioned "Implementing Eq in Rust".
you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago

Not really related to the pointer thing, but Rust also has pattern matching based on Enums, as they're actually sum-types and not just numbers

  • source
  • parent