Contents

ReferenceConvertible

A decoration applied to types that are backed by a Foundation reference type.

Declaration

protocol ReferenceConvertible : CustomDebugStringConvertible, CustomStringConvertible, Hashable, _ObjectiveCBridgeable

Overview

All ReferenceConvertible types are hashable, equatable, and provide description functions.

Topics

Supporting types

See Also

Swift Support