[](https://dev.azure.com/jtnunley01/gui-tools/_build/latest?definitionId=8&branchName=master)
A deque structure inspired by the `tinyvec` crate. Contains `ArrayDeque`, which uses an array as backing storage and `TinyDeque`, which uses both the stack and the heap.
MIT/Apache2 License