this post was submitted on 15 Nov 2024
303 points (93.4% liked)

Programmer Humor

37595 readers
989 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Dhs92@programming.dev 2 points 8 months 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