Class Tuple

The abstract class for FSet functional tuples. It is a structure class.

Part of:

package fset, class dyn-tuple, class collection

Direct Superclass

collectionThe root class of the FSet functional collections hierarchy. It is a
structure class.

Direct Subclass

dyn-tupleA class of functional tuples represented as vectors with dynamically-
reordered key vectors. Thi...

Direct Method

compareReturns one of :less, :greater, :equal, or :unequal according as x
is less than, greate...
convertConverts the collection to the specified type. Some methods may
take additional keyword argument...
internal-do-tupleCalls elt-fn on successive pairs of the tuple (as two arguments); when done,
calls value-fn o...
lookupIf collection is a map, returns the value to which key is mapped.
If collection is a seq, t...
tuple-mergeReturns a new tuple containing all the keys of tuple1 and tuple2,
where the value for each ke...
withOn a set, adds value1 to it, returning the updated set. On a bag, adds
value2 occurrences of...