ProtocolFoundation5.9.0
ReferenceConvertible
Decorates types which are backed by a Foundation reference type.
protocol ReferenceConvertible : CustomDebugStringConvertible, CustomStringConvertible, Hashable
All ReferenceConvertible
types are hashable, equatable, and provide description functions.
Supertypes
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.