SwiftDocCDeclarationRenderSectiontokensInstance PropertytokensThe list of declaration tokens that make up the declaration.let tokens: [DeclarationRenderSection.Token]DiscussionFor example, the declaration “var x: Int?” is comprised of a:“var” keyword token“ x: “ string tokenan “Int?” type-identifier token