List of functions and data types in Dict
Dict::TinyDict<a, b>
Constructors
Usage
A tiny Dictionary maps a small number of values of type a to values of type b. Generally Dict is more efficient for dictionaries expected to have 10 or more keys.
Related