SwiftDocCTutorialTableOfContentsClassTutorialTableOfContentsA top-level page that organizes a collection of tutorials into a hierarchy of volumes and chapters.final class TutorialTableOfContentsTopicsInitializersconvenience init?(from: BlockDirective, source: URL?, for: DocumentationBundle, problems: inout [Problem])Instance Propertiesvar abstract: Paragraph?let intro: IntroThe Intro section for this table of contents page.let name: StringThe name of the technology that this collection of tutorials is aboutlet originalMarkup: BlockDirectivelet redirects: [Redirect]?let resources: Resources?Additional resources to aid in learning the technology that this collection of tutorials is about.let volumes: [Volume]The sections that organize the tutorials into a recommend reading order.Instance Methodsfunc accept<V>(inout V) -> V.ResultType Propertiesstatic let directiveName: Stringstatic let introducedVersion: StringSee AlsoRelated Documentationclass VolumeA grouping of chapters within a larger collection of tutorials.class ChapterA chapter containing Tutorials to complete.