Custom Operators in Swift
Swift is quite a flexible language, providing you with many tools to modify and augment it as you seem fit. One of these augmentations is the support for custom or overloaded operators.
Swift is quite a flexible language, providing you with many tools to modify and augment it as you seem fit. One of these augmentations is the support for custom or overloaded operators.
The way we manage iOS dependencies have evolved a lot over the time. And the latest and most integrated offering is the Swift Package Manager (SPM). But what to do if your favorite dependency is not SPM-compatible (yet)? We do it ourselves!
We’ve all been there: One of our dependencies is just a little off for our needs. There might be a decision by the developer we don’t agree with, or we need more configuration possibilities. Or worse, a nasty bug in an unmaintained dependency. What should we do now?