filter-permutations ( ... seq quot: ( ... elt -- ... ? ) -- ... newseq )


Vocabulary
math.combinatorics

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


Outputs
newseqan object


Definition