Pointless API Docs
pointless/prelude/set.ptls (source)
toSet(collection) link
Convert a collection (a list, array, set, or tuple) to a set
addElem(set, elem) link
Add an element to a set
delElem(set, elem) link
Remove an element from a set
union(a, b) link
Get the union of two sets
intersection(a, b) link
Get the intersection of two sets
difference(a, b) link
Get the difference of two sets
symDifference(a, b) link
Get the symmetric difference of two sets