Tag:swift
All the articles with the tag "swift".
Using Cross Import Overlays to Improve Your Libraries
Posted on:March 19, 2023How to use cross import overlays in your project, today
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.