| www.delorie.com/gnu/docs/guile/guile_445.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#f is returned.
concatenate! may modify the structure of the given lists in
order to produce the result.
(append (reverse rev-head) tail),
but more efficient.
append-reverse! may modify rev-head in order to produce
the result.
unzip1 takes a list of lists, and returns a list containing the
first elements of each list, unzip2 returns two lists, the
first containing the first elements of each lists and the second
containing the second elements of each lists, and so on.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |