All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

removef Macro

Summary

Removes an item from a sequence.

Package

lispworks

Signature

removef place item &key test test-not start end key => result

Arguments
place
A place.
item
An object.
test
A test function.
test-not
A test function.
start
An integer.
end
An integer or nil.
key
A key function.
Values
result
A sequence.
Description

The macro removef modifies the sequence in place by removing item using remove. See remove for more details for how test, test-not, start, end and key are used.

See also

appendf


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41