swift“无法下标类型值”错误

时间:2017-02-23 13:02:10

标签: swift

我正在尝试这样做:

self.prepared[$0]

其中prepared是Dictionary<String, (String, Size)>的实例,$ 0是String

任何人的想法 - 我不知道为什么这不能下载。

(完整错误是:error: cannot subscript a value of type 'inout PreparedImageResponses' (aka 'inout Dictionary<String, ProductImageResponse>')

其中PreparedImageResponses是[String: (String, Size)]的类型,ProductImageResponse是元组(String, Size)的类型(Size只是一个结构)。

0 个答案:

没有答案