# Functions
Count returns the number of integers encoded within an uint64.
Count returns the number of integers encoded in the byte slice.
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.
NewDecoder returns a Decoder from a byte slice.
NewEncoder returns an Encoder able to convert uint64s to compressed byte slices.