Clamps Dictionary
N
n-apply
Function
(n-apply n fn &key (initial-value '()) (collect nil))
call fn n times accumulating the results in acc. fn should accept two values, the current n and the accumulated results of previous calls. If collect is t return all results in a list.
Created: 2025-02-18 Di 12:58