Swift/Type/enum

From Azupedia
Jump to navigation Jump to search
enum
TypeType
Websitewww.swiftlangjp.com/language-guide/enumerations.html

列挙型を定義する。

property

.rawvalue
enumの列挙値に設定した値を取り出す

External Link