标签: swift
我正在试用苹果开发者博客的样本,但我注意到游乐场似乎没有看到扩展名。这可能吗?
func valuesForKeys2(keys: [Key]) -> [Value?] { //this iterates throw each key and executes a function //on the class for each value return keys.map { self[$0]} }