- for-each-indexed f lprocedure
- map-indexed f lprocedure
- for-each-indexed-vector f vprocedure
- map-indexed-vector f v #!rest &restprocedure
Passes 'f' both the element and an offset into the list/vector.
Passes 'f' both the element and an offset into the list/vector.