SwiftDocCPlatformPlatform.NameStructurePlatform.Namestruct NameTopicsOperatorsstatic func == (Platform.Name, Platform.Name) -> BoolInitializersinit(String, id: Int)Initialize a platform with the given display name and id. Id is an integer used to shift bits and generate a mask for fast processing.init(from: any Decoder) throwsInstance Propertiesvar description: Stringvar isApplePlatform: BoolReturns a boolean indicating if the platform is an Apple defined one.let mask: Platform.Name.IDThe assigned mask suitable to be used for filtering content.let name: StringThe name of the platform, suitable for display.Type Aliasestypealias IDType Propertiesstatic let all: Set<Platform.Name>static let any: Platform.Namestatic let apple: Set<Platform.Name>static let iOS: Platform.Namestatic let iPadOS: Platform.Namestatic let macCatalyst: Platform.Namestatic let macOS: Platform.Namestatic let tvOS: Platform.Namestatic let undefined: Platform.Namestatic let visionOS: Platform.Namestatic let watchOS: Platform.Namestatic let xcode: Platform.NameType Methodsstatic func from(string: String) -> Platform.Name