Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Circular
Buffer - A circular buffer backed by a fixed-capacity ring array.
- DList
- Difference list: a representation for O(1)-append list concatenation.
- Fenwick
Tree - A Fenwick tree (Binary Indexed Tree) for prefix sums.
- Fixed
Vec - A wrapper around a fixed-length boxed slice, representing a length-checked array.
- Prefix
Scan - Prefix scan result container.
- Sparse
Vec - A sparse vector storing only non-zero/non-default entries.