Word description Splits the sequence into overlapping clumps of n elements and collects the clumps into a new array.
Notes For an empty sequence, the result is an empty sequence. For a non empty sequence with a length smaller than n, the result will be an empty sequence.