Module Data.Maps
A host of functions for working with maps. See the link above for a complete overview.
Here are just a few examples.
Adding
Data.Maps.getOrGenerate wraps a common pattern where you want to add something to a map or create it if it doesn’t exist.
Maps.addObject adds the data from an object into a map, treating its top-level properties as keys.
Sorting