Clamps Dictionary
mappend
Function
(mappend fn list)
Append the results of calling fn on each element of list. Like mapcon, but uses append instead of nconc. Copied from Peter Norvig's AIP book.
Created: 2025-02-18 Di 12:58
Function
(mappend fn list)
Append the results of calling fn on each element of list. Like mapcon, but uses append instead of nconc. Copied from Peter Norvig's AIP book.
Created: 2025-02-18 Di 12:58