SKInherit
public struct SKInherit
Undocumented
-
Undocumented
Declaration
Swift
public typealias Kind = SKSourceKind
-
The displayed name for the entity.
Declaration
Swift
public let name: String?
-
The UID for the declaration or reference kind (function, class, etc.).
Declaration
Swift
public let kind: Kind
-
The Unified Symbol Resolution (USR) string for the entity.
Declaration
Swift
public let usr: String
-
The module that contains the entity.
Declaration
Swift
public let moduleName: String?