Name
map-in-order -- Process FIRST and the lists comprising REST as
map would.
Synopsis
(map-in-order proc first . rest)
Description
Process FIRST and the lists comprising REST as map would.
However, PROC is guaranteed to be called on these elements in the
order in which they appear in the lists.