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