| tuple | The abstract class for FSet functional tuples. It is a structure class. |
|---|
| contents | |
|---|---|
| descriptor |
| 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... |