Map-Cdr

(map-cdr list) -> list

This works, in practice, exactly like (map cdr list). However, as map is actually built from map-car and map-cdr, this procedure is preferable for this purpose, as it is an order of magnitude faster in execution .

See Also: map, map-car