Open
Description
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.