map-permutations ( ... seq quot: ( ... elt -- ... newelt ) -- ... newseq )


Vocabulary
math.combinatorics

Definition
USING: math.combinatorics.private sequences ;

IN: math.combinatorics

: map-permutations
( ... seq quot: ( ... elt -- ... newelt ) -- ... newseq )
permutations-quot map ; inline