Romain Vimont 33df484912 Introduce VecDeque
Introduce a double-ended queue implemented with a growable ring buffer.

Inspired from the Rust VecDeque type:
<https://doc.rust-lang.org/std/collections/struct.VecDeque.html>
2023-03-10 22:22:15 +01:00
..
2022-06-09 15:02:42 +02:00
2021-07-14 14:54:22 +02:00
2021-07-14 00:35:10 +02:00
2022-02-06 14:39:51 +01:00
2021-11-24 21:44:29 +01:00
2023-03-10 22:22:15 +01:00
2022-02-20 23:59:35 +01:00