Description
Adds a dictionary type with a merge method for Python code. It helps projects combine mapping values more directly when ordinary dict operations are not expressive enough.
Use it for controlled data structures and configuration helpers. Merge behavior should be understood before applying it to settings that affect security or file operations.