| collection | The root class of the FSet functional collections hierarchy.  It is a structure class. | 
|---|
| wb-map | A class of functional maps represented as weight-balanced binary trees.  This is the default impl... | 
|---|
| default | 
|---|
| compare | Returns one of :less,:greater,:equal, or:unequalaccording asxis less than, greate... | 
|---|---|
| compose | Returns a new map with the same domain as map1, which maps each memberof that domain to the re... | 
| convert | Converts the collection to the specified type.  Some methods may take additional keyword argument... | 
| count | If collectionis a Lisp sequence, this simply callscl:count.  On an FSetcollection, the def... | 
| count-if | If collectionis a Lisp sequence, this simply callscl:count-if.  On anFSet collection, the ... | 
| count-if-not | If collectionis a Lisp sequence, this simply callscl:count-if-not.On an FSet collection, t... | 
| default | Returns the default for the map or seq, i.e., the value returned by lookupwhen the supplied ke... | 
| filter | Returns a new collection containing those members or pairs of collectionfor which fnreturns... | 
| find | If collectionis a Lisp sequence, this simply callscl:find.  On an FSetcollection, the defa... | 
| find-if | If collectionis a Lisp sequence, this simply callscl:find-if.  On anFSet collection, the ... | 
| find-if-not | If collectionis a Lisp sequence, this simply callscl:find-if-not.On an FSet collection, th... | 
| image | Returns a new collection containing the result of applying fnto eachmember of collection, w... | 
| range | Returns the range of the map, that is, the set of all values to which keys are mapped by the map. |