Generating `Hashable` and `Equatable` for functions
Often, we pass functions as stored arguments to an object. In this quick tip, we explore how we can still maintain `Hashable` and `Equatable` when we do so, without having to write it ourselves.
2 min read
swift foundation quicktip