drop-while ( ... seq quot: ( ... elt -- ... ? ) -- tail-slice )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
tail-slicean object


Word description
Remove all values at the beginning of seq that return a truthy value when passed into quot. Return a virtual sequence containing those elements.

Definition