Incidental

public struct Incidental<T> : Hashable
extension Incidental : Sendable where T: Sendable

A wrapper type signaling that the wrapped value is incidental for the purpose of hashing and equality comparison.