Expand description
Containers that can store either values, or offsets to prior values.
This has the potential to be more efficient than a list of T
when many values repeat in
close proximity. Values must be equatable, and the degree of lookback can be configured.
Structs§
- A container that encodes repeated values with a
None
variant, at the cost of extra bits for every record.