I have a long array like this: let array = [1, 2, 3] and I want to assign the values of all elements to different Variables for example: var a, b, c:Int [a, b, c] = [1, 2, 3