filter-combinations ( ... seq k quot: ( ... elt -- ... ? ) -- ... newseq )


Vocabulary
math.combinatorics

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


Outputs
newseqan object


Definition


: filter-combinations
( ... seq k quot: ( ... elt -- ... ? ) -- ... newseq )
selector [ each-combination ] dip ; inline