# Functions
CompressAndWriteUints32 compresses a slice of uint32 and writes it to w.
CompressAndWriteUints64 compresses a slice of uint64 and writes it to w.
ReadAndDecompressUints32 reads a compressed slice of uint32 from r and decompresses it.
ReadAndDecompressUints64 reads a compressed slice of uint64 from r and decompresses it.
# Structs
No description provided by the author