SwiftDocCDeclarationRenderSectionStructureDeclarationRenderSectionA section that contains a symbol declaration.struct DeclarationRenderSectionTopicsStructuresstruct OtherDeclarationsDeclarations for other symbols that are related to this one, e.g. overloads.struct TokenA lexical token to use in declarations.Initializersinit(from: any Decoder) throwsinit(languages: [String]?, platforms: [PlatformName?], tokens: [DeclarationRenderSection.Token], otherDeclarations: DeclarationRenderSection.OtherDeclarations?)Creates a new declaration section.Instance Propertieslet languages: [String]?The programming languages that this declaration uses.let otherDeclarations: DeclarationRenderSection.OtherDeclarations?The declarations for this symbol’s overloads.let platforms: [PlatformName?]The platforms this declaration applies to.let tokens: [DeclarationRenderSection.Token]The list of declaration tokens that make up the declaration.Instance Methodsfunc encode(to: any Encoder) throwsEnumerationsenum CodingKeys