How can I update all Dictionary entries in place?

I tried to find the relevant posts, but this is the only one I could find:

I'm pretty sure I've heard this from others, too, though - that we're trying to move away from having copying/mutating variants of every collection algorithm (can you imagine, like for all the String transformations? formUppercased/formLowercased/formCapitalized/etc).

I do think making the index subscript settable is a worthwhile change, though.