Vector.drop
droprange
Group: Selections
Aliases: skip
, remove
Documentation
Creates a new Vector
, removing any elements from the specified range.
Arguments
range
: The section of the this vector to return. If anIndex_Sub_Range
, then the selection is interpreted following the rules of that type. If aRange
, the selection is specified by two indices, from and to.