Removes an item from a sequence.
lispworks
removef place item &key test test-not start end key => result
| 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. |
| result |
A sequence. |
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.
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:27