I would like to be able to do `let (a,b) = (1,2)` and `let [a,b,c] = [1,2,3]`
I would like to be able to do
let (a,b) = (1,2)andlet [a,b,c] = [1,2,3]