🌉 bridged from ⁂ https://masto.asonix.dog/@kumu, follow @ap.brid.gy to interact
The other thing that is bugging me is how limited things are with the `comparable` type. If you make a new type, there's no way to make it "comparable". So you can't use it as a key in a Dict, or a Set. If I have a generic type that I can't map into a comparable, then I'm […]
The other thing that is bugging me is how limited things are with the `comparable` type. If you make a new type, there's no way to make it "comparable". So you can't use it as a key in a Dict, or a Set. If I have a generic type that I can't map into a comparable, then I'm […]