A type that explicitly supplies its own mirror.
SDK
- Xcode 7.0+
Framework
- Swift Standard Library
Declaration
Overview
You can create a mirror for any type using the Mirror(reflecting:)
initializer, but if you are not satisfied with the mirror supplied for your type by default, you can make it conform to Custom
and return a custom Mirror
instance.