Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

CircularBuffer
A circular buffer backed by a fixed-capacity ring array.
DList
Difference list: a representation for O(1)-append list concatenation.
FenwickTree
A Fenwick tree (Binary Indexed Tree) for prefix sums.
FixedVec
A wrapper around a fixed-length boxed slice, representing a length-checked array.
PrefixScan
Prefix scan result container.
SparseVec
A sparse vector storing only non-zero/non-default entries.