| www.delorie.com/gnu/docs/guile/guile_447.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Filtering means to collect all elements from a list which satisfy a specific condition. Partitioning a list means to make two groups of list elements, one which contains the elements satisfying a condition, and the other for the elements which don't.
filter! is allowed, but not required to modify the structure of
partition! is allowed, but not required to modify the structure of
the input list.
remove! is allowed, but not required to modify the structure of
the input list.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |