map-in-order

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.

Implementation Notes

Module: (app scwm listops)

Defined in scheme/listops.scm at line 173 (CVS log)