CompactBitArray is an implementation of a space efficient bit array. This is used to ensure that the encoded data takes up a minimal amount of space after proto encoding. This is not thread safe, and is not intended for concurrent usage.

Hierarchy

  • V1Beta1CompactBitArray

Properties

elems?: string

Format

byte

extra_bits_stored?: number

Format

int64

Generated using TypeDoc