Generic Function Find-If-Not (5 methods)

( find-if-not pred collection &key key from-end end start )

Part of:

package fset
If collection is a Lisp sequence, this simply calls cl:find-if-not.
On an FSet collection, 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-if-not t  bag  
find-if-not t  map  
find-if-not t  seq  
find-if-not t  sequence  
find-if-not t  set