1

有没有办法将元组关联到枚举?

例如:

typealias MyTuple = (Int, String)

enum A: MyTuple {
   case .Foo = (1, "Bazz")
}

我收到错误“A 不符合 RawRepresentable”

4

0 回答 0