Name
filter-map -- Process FIRST and the lists comprising REST as
map would.
Synopsis
(filter-map proc first . rest)
Description
Process FIRST and the lists comprising REST as map would.
However, do not include any false or unspecified returns from PROC in the result
list.