Word description Outputs a new sequence using positions relative to one or both ends of the sequence. Positive values describes offsets relative to the start of the sequence, negative values relative to the end. Values of f for from indicate the beginning of the sequence, while an f for to indicates the end of the sequence.
Notes Both from and to can be safely set to values outside the length of the sequence. Also, from can safely reference a smaller or greater index position than to.