SIGN IN SIGN UP

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>
R
Romain Vimont committed
33df484912f8ac4af759a1cf865a2cebbdecbf34
Parent: 457385d