filter-from! ( store from seq quot: ( ... elt -- ... ? ) -- seq )


Vocabulary
sequences.private

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


Outputs
seqan object


Definition