Algosim documentation: RotLeft

RotLeft

Rotates a linear container to the left.

Syntax

Description

If X is a vector or a list, then RotLeft(X, n) returns X with its elements rotated n steps to the left. If omitted, n defaults to 1.

See also