YusukeHosonuma/SwiftPrettyPrint
SwiftPrettyPrint gives Human-readable outputs than print(), debugPrint() and dump() in Swift standard library. The print(), debugPrint() and dump() are implemented in standard library of Swift. But outputs of these functions are difficult to read sometimes. For example, there are following types and a value: When you use the standard library, you get the following results.