enum Mirror.DisplayStyle A suggestion of how a mirror's subject is to be interpreted. Playgrounds and the debugger will show a representation similar to the one used for instances of the kind indicated by the DisplayStyle case name when the mirror is used for display. Import import Swift Cases case `struct` case `class` case `enum` case tuple case optional case collection case dictionary case set
A suggestion of how a mirror's subject is to be interpreted.
Playgrounds and the debugger will show a representation similar to the one used for instances of the kind indicated by the
DisplayStyle
case name when the mirror is used for display.