Package: alexandria
Function map-permutations
Lambda List
map-permutations (function sequence &key start end length copy)
Details
Calls function with each permutation of length constructable from the subsequence of sequence delimited by start and end.
start defaults to 0, end to the length of sequence, and length to the length of the delimited subsequence.
start defaults to 0, end to the length of sequence, and length to the length of the delimited subsequence.
2012-12-9