タプル

/* タプル */
let http404Error = (404, "Not Found")
print("http404Error = \(http404Error)")