[nondet]key(+Dict,
?Key)True when Key is a key in Dict. Backtracking
enumerates all known keys.
- Compatibility
- PIP. Note that this predicate handle a SWI-Prolog dict, a
{k:v, ...} term as well as py({k:v, ...}.
- Introduced in 9.1.13 (👉3496da8) ``setup.py``, turning the repo into an installable Python package