Swiftの列挙型(enum)は他言語の列挙型と違い様々なことができますしかし具体的 ... enum Signal: Int { case blue = 1 case yellow = 2 case red = 3 } ...
確定! 回上一頁