map-selections ( ... seq n quot: ( ... elt -- ... newelt ) -- ... newseq )


Vocabulary
math.combinatorics

Inputs
seqan object
nan object
quota quotation with stack effect ( ... elt -- ... newelt )


Outputs
newseqan object


Definition


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