filter-index-as ( ... seq quot: ( ... elt i -- ... ? ) exemplar -- ... seq' )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation
exemplaran object


Outputs
seq'a sequence


Word description
Perform a filter-as on the given sequence, with the index provided as an additional argument to quot. Outputs a sequence of the same class as exemplar.

Definition