removeHead!

Syntax

removeHead!(obj, n)

Parameters

obj is a vector.

n is a positive integer indicating the number of elements at the beginning of the vector to be removed.

Details

Delete the first n elements from a vector.