Struct Dictionary
Associative container which contains values referenced by unique keys. Dictionaries are always passed by reference.
struct Dictionary
;
Methods
| Name | Description |
|---|---|
empty_dictionary
|
|
make
|
Create a Dictionary and add the key-value pairs args to it. |