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

NextPrevUpTopContentsIndex

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 modifying macro removef removes an item from a sequence using remove. See remove for more details.

See also

appendf


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex