de2863dcd0
This adds mapWithKey() and filterWithKey() APIs to all keyed collections (Vector, Map, and StableMap). These APIs are similar to map() and filter(). The key difference is that these APIs pass both the key and the value to the user callback. Differential Revision: D939972