Expand description
Prolog dictionaries.
SWI-Prolog has a very convenient dictionary implementation. This module allows one to create dictionaries, as well as extract them.
Structs
- A builder for prolog dictionaries.
- An iterator over the entries of a dict term.
Enums
- A key in a prolog dictionary.
Traits
- Trait for things that can behave as a key for the purpose of retrieving values from a prolog dictionary.