* Add new MapMutation.update() method that behaves like
MutableMapping.update()
* Make it faster to create a Map() from another Map() -- it's now an
O(1) operation.
* update() method had a bug that could cause the update Map object to
have a wrong number of elements.