Generic Function Count-If-Not (5 methods)

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

Part of:

package fset
If collection is a Lisp sequence, this simply calls cl:count-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.

Method Summary

count-if-not t  bag  
count-if-not t  map  
count-if-not t  seq  
count-if-not t  sequence  
count-if-not t  set