Expand description

An array of integers packed together with variable bit-length.

Structs

A consuming iterator over the integers stored in PackedIntegers
A borrowing iterator over the integers stored in PackedIntegers
An array of integers packed together in blocks using a variable number of bits for each integer, along with an index to allow fast random access.