Alexander Altman

How to Use Currying in Swift for Fun and Profit

Swift takes inspiration from functional languages in a lot of its features, and one of those features is currying. The…

8 years ago

How to Make Generic typealiases in Swift

Swift's typealias declarations are a good way to clean up our code. It's generally considered good practice in Swift to…

8 years ago