freebsd-ports/devel/py-multi_key_dict/pkg-descr
2016-07-13 12:24:55 +00:00

8 lines
270 B
Text

Implementation of a multi-key dictionary, i.e.:
(key1[,key2, ..]) => value
This dictionary has a similar interface to the standard dictionary => but is
extended to support multiple keys referring to the same element.
WWW: https://github.com/formiaczek/multi_key_dict