Key
public struct Key : Hashable, Codable
Undocumented
-
Undocumented
Declaration
Swift
public let symbol: SymbolName
-
Undocumented
Declaration
Swift
public let startPosition: Int
-
Undocumented
Declaration
Swift
public let endPosition: Int
-
Undocumented
Declaration
Swift
public let inputParam: AnyHashable
-
Undocumented
Declaration
Swift
public let outputParam: AnyHashable
-
Undocumented
Declaration
Swift
public var length: Int { get }
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public init(symbol: SymbolName, startPosition: Int, endPosition: Int, inputParam: AnyHashable, outputParam: AnyHashable)