Previous:
Rules about Test Functions
, Up:
Sequences
17.3 Sequences Dictionary
¶
sequence [System Class]
copy-seq [Function]
elt [Accessor]
fill [Function]
make-sequence [Function]
subseq [Accessor]
map [Function]
map-into [Function]
reduce [Function]
count, count-if, count-if-not [Function]
length [Function]
reverse, nreverse [Function]
sort, stable-sort [Function]
find, find-if, find-if-not [Function]
position, position-if, position-if-not [Function]
search [Function]
mismatch [Function]
replace [Function]
substitute, substitute-if, substitute-if-not,
concatenate [Function]
merge [Function]
remove, remove-if, remove-if-not,
remove-duplicates, delete-duplicates [Function]