• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • 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

F.2 Library predicates
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(ansi_term)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(dcgbasics)
          • library(dcghighorder)
          • library(debug)
          • library(dicts)
          • library(error)
          • library(fastrw)
          • library(explain)
          • library(help)
          • library(gensym)
          • library(heaps)
          • library(increval)
          • library(intercept)
          • library(iostream)
          • library(listing)
          • library(lists)
          • library(main)
          • library(occurs)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(portraytext)
          • library(predicate_options)
          • library(prologdebug)
          • library(prologjiti)
          • library(prologpack)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(rbtrees)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(settings)
          • library(simplex)
          • library(statistics)
          • library(terms)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages
List currently known topics for debug/3 and their setting. list_debug_topics/1List currently known topics for debug/3 and their setting. nodebug/1Add/remove a topic from being printed.

F.2.15 library(dicts)

dict_fill/4Implementation for the dicts_to_same_keys/3‘OnEmpty` closure that fills new cells with a copy of ValueIn.
dict_keys/2True when Keys is an ordered set of the keys appearing in Dict.
dict_size/2True when KeyCount is the number of keys in Dict.
dicts_join/3Join dicts in Dicts that have the same value for Key, provided they do not have conflicting values on other keys.
dicts_join/4Join two lists of dicts (Dicts1 and Dicts2) on Key.
dicts_same_keys/2True if List is a list of dicts that all have the same keys and Keys is an ordered set of these keys.
dicts_same_tag/2True when List is a list of dicts that all have the tag Tag.
dicts_slice/3DictsOut is a list of Dicts only containing values for Keys.
dicts_to_compounds/4True when Dicts and Compounds are lists of the same len

ClioPatria (version V3.1.1-42-gd6a756b-DIRTY)