Infernaltoast

joined 1 month ago
[–] Infernaltoast@programming.dev 5 points 1 month ago* (last edited 1 month ago)

You can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another.