drop package:vector

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.
O(n) Drop the longest prefix of elements that satisfy the predicate without copying.
Drop the longest prefix of elements that satisfy the predicate
Drop the longest prefix of elements that satisfy the predicate
Drop the longest prefix of elements that satisfy the monadic predicate
O(n) Drop the longest prefix of elements that satisfy the predicate without copying.
O(n) Drop the longest prefix of elements that satisfy the predicate without copying.
O(n) Drop the longest prefix of elements that satisfy the predicate without copying.
O(n) Drop the longest prefix of elements that satisfy the predicate without copying.
O(1) Yield all but the first n elements without copying. The vector must contain at least n elements, but this is not checked.
O(1) Yield all but the first n elements without copying. The vector must contain at least n elements, but this is not checked.
Unsafe variant of drop. If n is out of range, it will simply create an invalid slice that likely violate memory safety.
Unsafe variant of drop. If n is out of range, it will simply create an invalid slice that likely violate memory safety.