Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.15 library(dicts): Dict utilities
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(dicts): Dict utilities
dicts_same_tag/2
dict_size/2
dict_keys/2
dicts_same_keys/2
dicts_to_same_keys/3
dict_fill/4
dicts_join/3
dicts_join/4
dicts_slice/3
dicts_to_compounds/4
Packages
Availability:
:- use_module(
library(dicts)
).
(can be autoloaded)
[det]
dict_keys
(
+Dict, -Keys
)
True when
Keys
is an ordered set of the keys appearing in
Dict
.
ClioPatria
(version
no GIT?
)