DemangledSynthesizedFunction
public struct DemangledSynthesizedFunction : Hashable, Sendable
extension DemangledSynthesizedFunction: CustomStringConvertible
The demangled description of a synthesized function.
-
The kind of a synthesized declaration.
See moreDeclaration
Swift
public indirect enum Kind : Hashable, Sendable -
The type of this declaration.
Declaration
Swift
public let type: DemangledType -
The scope in which the declaration is defined.
Declaration
Swift
public let scope: Indirect<DemangledSymbol> -
The kind of the declaration.
Declaration
Swift
public let kind: Kind -
Declaration
Swift
public var description: String { get }
View on GitHub