Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: n-exp , Previous: multf , Home: Overview

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.

Author: Orm Finnendahl

Created: 2025-02-18 Di 12:58

Validate