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.
Created: 2025-08-17 So 16:52
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-17 So 16:52