- Documentation
- Reference manual
- Summary
- Library predicates
- library(aggregate)
- library(apply)
- library(assoc)
- library(broadcast)
- library(charsio)
- library(check)
- library(clpb)
- library(clpfd)
- library(clpqr)
- library(csv)
- library(debug)
- library(error)
- library(iostream)
- library(summaries.d/iostream/tex)
- library(lists)
- library(main)
- library(option)
- library(optparse)
- library(ordsets)
- library(persistency)
- library(predicate_options)
- library(prologpack)
- library(prologxref)
- library(pairs)
- library(pio)
- library(random)
- library(readutil)
- library(record)
- library(registry)
- library(simplex)
- library(ugraphs)
- library(url)
- library(www_browser)
- library(solution_sequences)
- library(thread_pool)
- library(varnumbers)
- library(yall)
- Library predicates
- Summary
- Packages
- Reference manual
F.2.24 library(pairs)
group_pairs_by_key/2 | Group values with equivalent (==/2) consecutive keys. |
map_list_to_pairs/3 | Create a Key-Value list by mapping each element of List. |
pairs_keys/2 | Remove the values from a list of Key-Value pairs. |
pairs_keys_values/3 | True if Keys holds the keys of Pairs and Values the values. |
pairs_values/2 | Remove the keys from a list of Key-Value pairs. |
transpose_pairs/2 | Swap Key-Value to Value-Key. |