DevYeom / OneWay

A Swift library for state management with unidirectional data flow.
https://swiftpackageindex.com/DevYeom/OneWay/2.9.0/documentation/oneway
MIT License
78 stars 8 forks source link

Adopt CustomStringConvertible to property wrappers #24

Closed DevYeom closed 1 year ago

DevYeom commented 1 year ago

Related Issues 💭

Description 📝

To print an object in a simple manner when using the print statement, adopt CustomStringConvertible for property wrappers.

Additional Notes 📚

Checklist ✅