Indirect

public struct Indirect<T>
extension Indirect: @unchecked Sendable where T: Sendable
extension Indirect: Equatable where T: Equatable
extension Indirect: Hashable where T: Hashable
extension Indirect: Comparable where T: Comparable
extension Indirect: CustomStringConvertible where T: CustomStringConvertible

A wrapper type allocating T out-of-line.

Available where T: Equatable

Available where T: Hashable

Available where T: Comparable

Available where T: CustomStringConvertible