Clojure Set Audit for PTC-Lisp

Copy Markdown View Source

Warning: This file is auto-generated by mix ptc.gen_docs from priv/functions.exs. Manual edits will be overwritten. Edit priv/functions.exs instead.

Comparison of clojure.set vars against PTC-Lisp builtins.

See also: Function Reference | Clojure Core Audit | Clojure String Audit | Java Math Audit

Summary

StatusCount
Supported3
Candidate9
Not Relevant0
Not Classified0
Total12

Details

VarStatusDescriptionNotes
difference✅ supportedReturn a set that is the first set without elements of the remaining sets
index🔲 candidateReturns a map of the distinct values of ks mapped to sets of mapspure set/map operation
intersection✅ supportedReturn a set that is the intersection of the input sets
join🔲 candidateWhen passed 2 rels, returns the rel corresponding to the natural joinrelational algebra operation
map-invert🔲 candidateReturns the map with vals mapped to keyspure map transformation
project🔲 candidateReturns a rel of the elements of xrel with only the keys in ksrelational algebra operation
rename🔲 candidateReturns a rel with the keys in kmap renamedrelational algebra operation
rename-keys🔲 candidateReturns the map with keys renamed according to kmappure map transformation
select🔲 candidateReturns a set of the elements for which pred is truepure set filtering
subset?🔲 candidateIs set1 a subset of set2?pure set predicate
superset?🔲 candidateIs set1 a superset of set2?pure set predicate
union✅ supportedReturn a set that is the union of the input sets