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.