suffixes ( string -- suffixes-seq )


Vocabulary
suffix-arrays.private

Inputs
stringa string


Outputs
suffixes-seqa sequence of slices


Word description
Returns a sequence of tail slices of the input string.

Definition