Generic Function Find (5 methods)

( find item collection &key key test from-end end start test-not )

Part of:

package fset
If collection is a Lisp sequence, this simply calls cl:find. On an FSet
collection, the default for test is equal?; the :test-not keyword is not
accepted; and the :start, :end, and :from-end keywords are accepted only
if collection is a seq. Also, on a map, this scans the domain; on success,
it returns the corresponding range element as the second value.

Method Summary

find t  bag  
find t  map  
find t  seq  
find t  sequence  
find t  set