Contents
Indexes:
Generic Function Remove (2 methods)
(
remove
item
collection
&key
key
test
count
from-end
end
start
)
Part of:
package fset
If
collection
is a Lisp sequence, this simply calls
cl:remove
. On an
FSet seq, the default for
test
is
equal?
, and the
:test-not
keyword is
not accepted.
Method Summary
remove
t
seq
remove
t
sequence