Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.29k stars 133 forks source link

Use Concrete Any(De|En)codable Types for Collection #21

Closed rahul0x24 closed 5 years ago

rahul0x24 commented 5 years ago

This will allow users to use AnyDecodable and AnyEncodable separately.

rahul0x24 commented 5 years ago

Just realized this implementation won't work because of AnyCodable conforming to _AnyDecodable and _AnyEncodable.