Implement From<Vec<T>>
and Into<Vec<T>>
for VecDeque<T>
#32848
Labels
A-collections
Area: `std::collections`
This can be done without allocating or going through an iterator.
The text was updated successfully, but these errors were encountered: