Home
Download
Browse GIT
Contrib
Packs
HOWTO
FAQ
Manual
Mailinglist
Support
Links
Contact
Development tools
PlDoc Documentation
Graphics
(Semantic) Web
Publications
Contributors
License
Wiki (edit)
login
A.18 library(pairs): Operations on key-value lists
All
Application
Manual
Name
Summary
Help
Availability:
:- use_module(
library(pairs)
).
(can be autoloaded)
[det]
transpose_pairs
(
+Pairs, -Transposed
)
Swap Key-Value to Value-Key. The resulting list is sorted using
keysort/2
on the new key.