Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

CircularBuffer
A fixed-capacity circular (ring) buffer backed by a flat array.
DifferenceArray
Difference array for O(1) range-update, O(n) reconstruction.
PrefixSum
Prefix-sum array over a slice of integers.
SparseTable
A simple sparse table for O(1) range-minimum queries (RMQ).