Avatar
タプルパターンにラベルが認められているのはこのためで、 let input = (y: "foo", x: 42) let (x: foo, y: bar) = input print(foo) これがやりたいから。