Skip to content

VecDeque missing time complexity docs #100182

Open
@ArtifyCZ

Description

@ArtifyCZ

Location

std::collections::VecDeque - functions like front, back, etc.
https://doc.rust-lang.org/std/collections/struct.VecDeque.html

Summary

I think there's missing time complexity (big O notation) for functions as front, back, front_mut, capacity, clear, pop_back, pop_front, push_back, push_front, etc.

Metadata

Metadata

Assignees

Labels

A-collectionsArea: `std::collections`A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-feature-requestCategory: 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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions