NodeKey
public struct NodeKey : RecoilKey
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum NodeType
-
Undocumented
Declaration
Swift
public typealias HashRuleBlock = (inout Hasher) -> Void
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let position: SourcePosition?
-
Undocumented
Declaration
Swift
public let extraHashValue: Int?
-
Undocumented
Declaration
Swift
public let nodeType: NodeType
-
Undocumented
Declaration
Swift
public var fullKeyName: String { get }
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func == (lhs: NodeKey, rhs: NodeKey) -> Bool