List all possible suffixes.
an array
number of values [-1 ⇒ any]
x[0..], x[1..], x[2..], ... if n<0; x[-n..] otherwise
Generated using TypeDoc
List all possible suffixes.