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

    Requirements