Dictionary<Key, Value>
Defined in: dict.h
Extends: -
Overview: A simple dictionary, implemented through linked lists. Can be used to store/retrieve Key/Value pairs. It is not particularly efficient.