AnyHashableAndSendable
public struct AnyHashableAndSendable : @unchecked Sendable, Hashable, Equatable
extension AnyHashableAndSendable: CustomStringConvertible
Undocumented
-
Undocumented
Declaration
Swift
public let anyHashable: AnyHashable -
Undocumented
Declaration
Swift
public init(wrapping w: some Hashable & Sendable) -
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Declaration
Swift
public var description: String { get }
View on GitHub