4
Làm cách nào để xóa cặp khóa-giá trị khỏi từ điển nhanh?
Tôi muốn xóa cặp khóa-giá trị khỏi từ điển như trong ví dụ nếu có thể. var dict: Dictionary<String,String> = [:] var willRemoveKey = "SomeKey" dict.removePair(willRemoveKey) //that's what I need