Avatar
typealias A = (a: Int, b: Int) let a = A(a: 1, 2) let b: (x: Int, y: Int) = (1,y: 2) これが出来るのとか含めて、タプルは特別扱いすぎて本当に。