There was an error while loading. Please reload this page.
An associated type declaration.
public struct AssociatedType: Declaration, Hashable, Codable
Codable, CustomStringConvertible, Declaration, ExpressibleBySyntax, Hashable
Codable
CustomStringConvertible
Declaration
ExpressibleBySyntax
Hashable
init(_:)
Creates an instance initialized with the given syntax node.
public init(_ node: AssociatedtypeDeclSyntax)
attributes
The declaration attributes.
let attributes: [Attribute]
modifiers
The declaration modifiers.
let modifiers: [Modifier]
keyword
The declaration keyword ("associatedtype").
"associatedtype"
let keyword: String
name
The associated type name.
let name: String
description
var description: String