# Functions
Count returns the number of integers encoded within an uint64.
Count returns the number of integers encoded in the byte slice.
No description provided by the author
No description provided by the author
Decode writes the uncompressed values from src to dst.
DecodeBytesBigEndian writes the compressed, big-endian values from src to dst.
Encode packs as many values into a single uint64.
Encode returns a packed slice of the values from src.
No description provided by the author
NewDecoder returns a Decoder from a byte slice.
NewEncoder returns an Encoder able to convert uint64s to compressed byte slices.
# Variables
No description provided by the author