- array-for-each-index proc arrayprocedure
Iterates over the indexes of array in lexicographic order, and calling proc on each index. The value returned by proc is discarded.
Iterates over the indexes of array in lexicographic order, and calling proc on each index. The value returned by proc is discarded.