mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-02 20:44:27 +01:00
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>