Generic Function Count (5 methods)

( count 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:count. 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.

Method Summary

count t  bag  
count t  map  
count t  seq  
count t  sequence  
count t  set