You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TSCUtility] Introduce PolymorphicCodable property wrapper (swiftlang#67)
* [TSCUtility] Introduce PolymorphicCodable property wrapper
This allows encoding and decoding polymorphic types without writing
a bunch of boilerplate code.
* [TSCUtility] Conditionally conform Array to PolymorphicCodable