FunctionAttributes
public struct FunctionAttributes : Hashable, Sendable
extension FunctionAttributes: Monotonic
The attributes of a function surfaced for its API.
-
The external name of the function.
Declaration
Swift
public let externalName: String? -
The foreign name of the function.
Declaration
Swift
public let foreignName: String? -
Undocumented
Declaration
Swift
init(externalName: String?, foreignName: String?)
View on GitHub