官术网_书友最值得收藏!

Tuples

Swift provides tuples so that they can be used to group multiple values/types into a single compound value. Consider the following example:

let http400Error = (400, "Bad Request") 
// http400Error is of type (Int, String), and equals (400, "Bad Request")

// Decompose a Tuple's content
let (requestStatusCode, requestStatusMessage) = http400Error

Tuples can be used as return types in functions to implement multi-return functions as well.

主站蜘蛛池模板: 台中市| 平阴县| 汶川县| 巢湖市| 自治县| 慈利县| 泸水县| 聊城市| 南宫市| 司法| 湄潭县| 宜昌市| 黄浦区| 彩票| 三亚市| 扶风县| 三明市| 云梦县| 团风县| 昌都县| 甘孜| 元氏县| 咸阳市| 宁河县| 藁城市| 永登县| 红原县| 莆田市| 泰和县| 卫辉市| 光泽县| 铜陵市| 明水县| 甘南县| 承德县| 潢川县| 铜山县| 延吉市| 阿荣旗| 黄平县| 扎鲁特旗|