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.
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.
Created: 2025-08-05 Di 20:46