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…

Similar

Impressions of Swift from Go

I'm helping with an iOS class for high school students during the summer. I used to do iOS development professionally a while ago, but that was back in the Objective-C days. I've done some minor stuff in Swift - and it doesn't seem particularly hard - but... (more…)

Read more »