FormatAndBits

data class FormatAndBits(val format: PackedInts.Format, val bitsPerValue: Int)

Simple class that holds a format and a number of bits per value.

Constructors

Link copied to clipboard
constructor(format: PackedInts.Format, bitsPerValue: Int)

Properties

Link copied to clipboard
Link copied to clipboard