removeHead_#

swordfish.function.removeHead_()#

Delete the first n elements from a vector.

Parameters:
  • obj (Constant) – A vector.

  • n (Constant) – A positive integer indicating the number of elements at the beginning of the vector to be removed.