pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

Abbreviate optional, array, and dictionary types #78

Closed stephencelis closed 1 year ago

stephencelis commented 1 year ago

We try our best to pretty-print in a Swift-y fashion, so let's extend that to the shorthand syntaxes for optionals, arrays, and dictionaries.