select-by* ( ... seq quot: ( ... elt -- ... x ) compare: ( obj1 obj2 -- ? ) -- ... i elt )


Vocabulary
sequences.extras.private

Inputs
seqan object
quota quotation with stack effect ( ... elt -- ... x )
comparea quotation with stack effect ( obj1 obj2 -- ? )


Outputs
ian object
eltan object


Definition