@[email protected] to [email protected]English • edit-23 months agoWhat are some mind blowing Rust tricks?message-square52fedilinkarrow-up167arrow-down12file-text
arrow-up165arrow-down1message-squareWhat are some mind blowing Rust tricks?@[email protected] to [email protected]English • edit-23 months agomessage-square52fedilinkfile-text
If we were to create a Rust version of this page for Haskell, what cool programming techniques would you add to it?
minus-square@[email protected]linkfedilink5•edit-23 months agoYou can manually implement PartialEq and Eq on an Enum that implements Hash to manually determine how the hashmap keys override/collide with one another.
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.