Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: map-params , Previous: map-all-pairs , Up: M , Home: Overview

Clamps Dictionary

map-indexed

Macro

(map-indexed result-type fn &rest seqs)

map fn over seqs with incrementing idx. The idx will get supplied as first arg to fn and is reset for each seq.

Author: Orm Finnendahl

Created: 2025-08-05 Di 20:46

Validate