Five ways to improve Swift code with type aliases

The ability to create type aliases in Swift is a powerful one. Learn about five ways type aliases can be used to improve your code in this post. Read more

Similar

Swift Tuples

A tuple in Swift is a construct that groups multiple values together into a single compound value. Tuples can be useful when more than one value type can provide more useful information about the outcome of a behavior or action than simply returning a sin...

Read more »