If I have an `ImmutableMap` and pass it to a funct...
# announcements
z
If I have an
ImmutableMap
and pass it to a function that some other team owns, I don't actually know what they will do with it. Maybe they'll add a key? There are no contracts between me and them that guarantee they will never try to mutate the map (now or in the future).