NodeRawIdentity
public struct NodeRawIdentity : Hashable, Codable, Sendable
extension NodeRawIdentity: Comparable
extension NodeRawIdentity: ExpressibleByIntegerLiteral
extension NodeRawIdentity: CustomStringConvertible
The type of a node ID’s raw value.
-
Undocumented
Declaration
Swift
public let bits: UInt64 -
Undocumented
Declaration
Swift
public init(base: Int, offset: Int) -
Undocumented
Declaration
Swift
public var base: Int { get } -
Undocumented
Declaration
Swift
public var offset: Int { get } -
Declaration
Swift
public static func < (l: `Self`, r: `Self`) -> Bool -
Declaration
Swift
public init(integerLiteral value: Int) -
Declaration
Swift
public var description: String { get }
View on GitHub