AnyHashableSendable

A type-erased hashable, sendable value.

AnyHashableSendable.swift:5
struct AnyHashableSendable

A sendable version of AnyHashable that is useful in working around the limitation that an existential any Hashable does not conform to Hashable.