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 Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex