Avatar
Swift 4.1 で ArrayElementCodable なときだけ Codable になりました🙂 extension Array : Codable where Element : Codable { ... }