Vocabularysequences.
extrasInputsOutputsWord descriptionOutputs the starting indices of the possibly overlapping occurrences of
subseq in
seq.
ExamplesUSING: prettyprint sequences.extras ;
"ABABA" "ABA" start-all* .
{ 0 2 }
See alsostart-all,
count-subseq,
count-subseq*Definition