removeHead_#

swordfish.function.removeHead_()#

Delete the first n elements from a vector.

参数:
  • obj (Constant) -- A vector.

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