HashableBox

public struct HashableBox<Witness> : Hashable where Witness : HashableWitness
extension HashableBox: Sendable where Witness.Element: Sendable

A wrapper implementing a value’s conformance to Hashable with a custom witness.