Infernaltoast

joined 2 weeks ago
[–] Infernaltoast@programming.dev 5 points 15 hours ago* (last edited 15 hours 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.