5 idiocket/list
(require idiocket/list) | package: idiocket |
procedure
(apply-in-list l [out]) → list?
l : list? out : (-> procedure? any/c) = null
Builds a new list using out, where all procedures in l
are replaced
with the values produced by applying those procedures.