Reflectable

protocol Reflectable

Customizes the result of reflect(x), where x is a conforming type.

Inheritance View Protocol Hierarchy →
Import import Swift

Instance Methods

func getMirror() Required

Returns a mirror that reflects self.

Declaration

func getMirror() -> MirrorType