PlatformType
public enum PlatformType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case windows = "Windows"
-
Undocumented
Declaration
Swift
case linux = "Linux"
-
Declaration
Swift
public var description: String { get }