Module swipl::dict

source ·
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

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.