Tag:foundation
All the articles with the tag "foundation".
Generating `Hashable` and `Equatable` for functions
Posted on:April 4, 2023Often, 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.