A Dict implementation that works on maps.
Maps are key-value stores where keys are compared using
the match operator (===). Maps can be created with
the %{} special form defined in the Kernel.SpecialForms
module.
For more information about the functions in this module and
their APIs, please consult the Dict module.