| collection | The root class of the FSet functional collections hierarchy. It is a structure class. |
|---|
| dyn-tuple | A class of functional tuples represented as vectors with dynamically- reordered key vectors. Thi... |
|---|
| compare | Returns one of :less, :greater, :equal, or :unequal according as xis less than, greate... |
|---|---|
| convert | Converts the collection to the specified type. Some methods may take additional keyword argument... |
| internal-do-tuple | Calls elt-fn on successive pairs of the tuple (as two arguments); when done,calls value-fn o... |
| lookup | If collection is a map, returns the value to which key is mapped.If collection is a seq, t... |
| tuple-merge | Returns a new tuple containing all the keys of tuple1 and tuple2,where the value for each ke... |
| with | On a set, adds value1 to it, returning the updated set. On a bag, addsvalue2 occurrences of... |