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