swift assign tuple to variables

Swift
var (a, b, c) = (1, 2, 3)
Source

Also in Swift: