deep-reject-as ( ... obj quot: ( ... elt -- ... ? ) exemplar -- ... seq )


Vocabulary
sequences.deep

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


Outputs
seqan object


Definition


: deep-reject-as
( ... obj quot: ( ... elt -- ... ? ) exemplar -- ... seq )
[ [ not ] compose ] dip deep-filter-as ; inline