mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 09:46:35 +00:00
[test] Add test cases for untested functions for VecDeque Added test cases of the following functions - get - get_mut - swap - reserve_exact - try_reserve_exact - try_reserve - contains - rotate_left - rotate_right - binary_search - binary_search_by - binary_search_by_key