-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Open
Labels
A-collectionsArea: `std::collections`Area: `std::collections`C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
VecDeque
should support splice
for convenience.
(SliceDeque
supports it, but it doesn't build on wasm and seems kind of abandoned (several unmerged PRs with no updates).)
VecDeque
should also support extend_front
(like repeated push_front
from an iterator. Compared to calling q.splice(..0, iter)
, the elements added with q.extend_front(iter)
would be in reverse order).
kangalio, lucaswerkmeister, bngo92, cynecx, puuuuh and 12 more
Metadata
Metadata
Assignees
Labels
A-collectionsArea: `std::collections`Area: `std::collections`C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.