Typeclass :: Mapping
The Mapping typeclass represents the interface needed for conforming to the mapping protocol.
By default, Mapping is composed of only a single type, the built-in dict type.
In the future, more mapping types will be added to Mapping, making the interface it defines much more powerful.
Please consult the documentation on the Typeclass() class for more information.