Tuples
Overview
Tuples enable you to create and pass around groupings of values. You can use a tuple to return multiple values from a function as a single compound value. (Swift.org)
Sample Codes
Example 1
Arrays, Sets, Tuples... When to use which?
Sources
Videos
Articles / Documents
Last updated