vle-remove-all
(vle-remove-all item
lst)
removes all occurrences of 'item' from list
'lst' (like
vl-remove)
|
Arguments |
'item' object to remove from 'lst' |
|
Return |
list 'lst' without all occurrences
of 'item',
if found; |
|
Example |
(vle-remove 123 '(1 2 123 4 5
123 6 7 8)) |
|
Alias |
|
|
Remarks |
| © Menhirs NV. All rights reserved. |