Pushes one or more values into a Map of arrays at the specified key. If the key does not exist, a new array will be created. Mutates the map.
Map to update
Key to update
Value(s) to append
Pushes one or more values into a Map of arrays at the specified key. If the key does not exist, a new array will be created. Mutates the map.