removeRange
Removes all values from @start (inclusive) to @start + @n_items (exclusive) in @self.
Parameters
start
first value to remove
nItems
number of consecutive values to remove
Removes all values from @start (inclusive) to @start + @n_items (exclusive) in @self.
first value to remove
number of consecutive values to remove