drop package:vector is:exact

O(1) Yield all but the first n elements without copying. The vector may contain less than n elements, in which case an empty vector is returned.
All but the first n elements
All but the first n elements
O(1) Yield all but the first n elements without copying. The vector may contain less than n elements, in which case an empty vector is returned.
Drop the n first element of the mutable vector without making a copy. For negative n, the vector is returned unchanged. If n is larger than the vector's length, the empty vector is returned.
Drop the n first element of the mutable vector without making a copy. For negative n, the vector is returned unchanged. If n is larger than the vector's length, the empty vector is returned.
O(1) Yield all but the first n elements without copying. The vector may contain less than n elements, in which case an empty vector is returned.
Drop the n first element of the mutable vector without making a copy. For negative n, the vector is returned unchanged. If n is larger than the vector's length, the empty vector is returned.
O(1) Yield all but the first n elements without copying. The vector may contain less than n elements, in which case an empty vector is returned.
Drop the n first element of the mutable vector without making a copy. For negative n, the vector is returned unchanged. If n is larger than the vector's length, the empty vector is returned.
O(1) Yield all but the first n elements without copying. The vector may contain less than n elements, in which case an empty vector is returned.
Drop the n first element of the mutable vector without making a copy. For negative n, the vector is returned unchanged. If n is larger than the vector's length, the empty vector is returned.