Package-level declarations

Types

Link copied to clipboard
class Historiogram(out: IntIntMap = IntIntMap())

Supports getting a map determining the number of occurrences for different Int

Link copied to clipboard
class RLE(val capacity: Int = 7)

Run-Length Encoding. Allows to generate and emit RLE chunks.

Link copied to clipboard
class RLEComparer<T : RLEComparer.Rle>(val rlePool: Pool<T>, val doDebug: Boolean = false)