Avatar
おお、まさに var dict:[String: [Int]] = ["foo": [], "bar": [1,2,3]] dict.values[dict.index(forKey: "foo")!].append(42) みたいなことですねやりたいの。