Structsยง
- Wrapped
Index ๐ - Represents an index that can be safely used to index the VecDeque buffer. It exists as a separate type to avoid passing logical (unwrapped) indices to various VecDeque functions by accident.
Functionsยง
- wrap_
index ๐ - Returns the index in the underlying buffer for a given logical element index.