REST Method

The REST method of VPGL Language removes the first element from the array.

REST takes 1 input and emits 1 output. Input 0 must be an array. REST removes and discards the first element of the array. As the result, remaind elements shift up, then the array size is shrinked.

REST emits the updated array to output 0.