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.3.5 Conversion predicates
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(assoc): Association lists
Conversion predicates
assoc_to_list/2
assoc_to_keys/2
assoc_to_values/2
Packages
Availability:
:- use_module(
library(assoc)
).
(can be autoloaded)
[det]
assoc_to_list
(
+Assoc, -Pairs
)
Translate
Assoc
to a list
Pairs
of Key-Value pairs. The keys in
Pairs
are sorted in ascending order.
ClioPatria
(version
V3.1.1-21-gb8003bb
)