Avatar
タプルパターンのラベルを無くすのと、シャッフルを無くすのは別の話にできるということに気づいた。 let (foo, bar) : (y: String, x: Int) = (x: 12, y: "test")