arg-where ( ... seq quot: ( ... elt -- ... ? ) -- ... indices )


Vocabulary
sequences.extras

Inputs
seqa sequence
quota quotation


Outputs
indicesan object


Word description
Push a sequence of all indices in seq where quot applied to the element at each index is true.

Definition