Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Circular
Buffer - A fixed-capacity circular (ring) buffer backed by a flat array.
- Difference
Array - Difference array for O(1) range-update, O(n) reconstruction.
- Prefix
Sum - Prefix-sum array over a slice of integers.
- Sparse
Table - A simple sparse table for O(1) range-minimum queries (RMQ).