Struct Dictionary

Associative container which contains values referenced by unique keys. Dictionaries are always passed by reference.

struct Dictionary ;

Methods

NameDescription
empty_dictionary
make Create a Dictionary and add the key-value pairs args to it.