DeviceType
public enum DeviceType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case qpu = "QPU"
-
Undocumented
Declaration
Swift
case simulator = "SIMULATOR"
-
Declaration
Swift
public var description: String { get }