dump

func dump(_:to:name:indent:maxDepth:maxItems:)(_ value: T, to target: inout TargetStream, name: String? = nil, indent: Int = 0, maxDepth: Int = .max, maxItems: Int = .max) -> T

Dumps the given object's contents using its mirror to the specified output stream.

func dump(_:name:indent:maxDepth:maxItems:)(_ value: T, name: String? = nil, indent: Int = 0, maxDepth: Int = .max, maxItems: Int = .max) -> T

Dumps the given object's contents using its mirror to standard output.