Structure
Deinitializer
public struct Deinitializer: Declaration, Hashable, Codable
A class deinitializer declaration.
Relationships
Conforms To
Declaration
A Swift declaration.
ExpressibleBySyntax
A type that can be initialized with a Swift syntax node.
Codable
Hashable
Initializers
init(_:)
public init(_ node: DeinitializerDeclSyntax)
Creates an instance initialized with the given syntax node.
Properties
keyword
let keyword: String
The declaration keyword ("deinit"
).