filter-all-subseqs-range ( ... seq range quot: ( ... subseq -- ... ? ) -- seq )


Vocabulary
sequences.extras

Inputs
seqa sequence
rangean object
quota quotation


Outputs
seqa sequence


Word description
Perform a filter on all the subsequences of the given sequence that have length within range, and push a sequence containing the subsequences that satisfy the condition given by quot.

Definition