DeinitializableDescription
public struct DeinitializableDescription : CoreTraitDescription
A view of Hylo.Deinitializable‘s declaration from the standard library.
-
The identifier of the trait declaration.
Declaration
Swift
public let decl: TraitDecl.ID -
The
deinitrequirement.Declaration
Swift
public let deinitialize: FunctionDecl.ID -
Creates an instance referring to the declaration of
Hylo.Deinitializableinast.Requires
The standard library must have been loaded inast.Declaration
Swift
public init(_ ast: AST)
View on GitHub