- Swift 4 Programming Cookbook
- Keith Moon
- 43字
- 2025-04-04 18:15:57
Bundling variables into tuples
A tuple is a combination of two or more values that can be treated as one. If you have ever wished you could return more than one value from a function or method, you should find tuples very interesting.