Expand description
§Array Buffer
Highly optimized fixed-capacity deque buffer stored on stack.
Structs§
- Array
Deque - A fixed capacity deque. Capacity must be in the power of two.
If you have plain data, better use
ArrayDequePlain. - Array
Deque Plain - A fixed capacity deque for plain data (
Copy, noDrop). Capacity must be in the power of two.