SwiftDocCAvailabilityIndexAvailabilityIndex.InfoStructureAvailabilityIndex.InfoA single entry in the index.struct InfoTopicsInitializersinit(from: any Decoder) throwsinit(platformName: Platform.Name, introduced: Platform.Version?, deprecated: Platform.Version?)Instance Propertieslet deprecated: Platform.Version?When an item has been deprecated.let introduced: Platform.Version?When an item has been introduced.let platformName: Platform.NameThe platform name.Instance Methodsfunc belongs(to: Platform.Name) -> Boolfunc isAvailable(on: Platform) -> Boolfunc isDeprecated(on: Platform) -> Boolfunc isIntroduced(on: Platform) -> Bool