DisplayStyle
A suggestion of how a mirror’s subject is to be interpreted.
enum DisplayStyle
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.
Citizens in Swift
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.