Swift#2 Tuples August 16, 2016 / SwiftisAwesome Group multiple values into a single compound value. Values can be any type and they do not have to be same type. Extremely convenient as return types for functions that needs to return more than one value. Share this:TwitterFacebookLike this:Like Loading... Related