Module dict

Source
Expand description

Dictionary specific functionality.

Structs§

Dictionary
A dictionary of key-value pairs.
DictionaryIterator
An iterator over the dictionary.

Traits§

CStringLike
A trait for types that can be converted to a CStr.