Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompactArrayLength ¶
func MakeInfinite ¶
func MakeInfinite() (chan<- interface{}, <-chan interface{})
func VarintSize ¶
Types ¶
type CompactArray ¶
func NewCompactArray ¶
func NewCompactArray(bits, count int) *CompactArray
func (*CompactArray) Get ¶
func (c *CompactArray) Get(index int) int
func (*CompactArray) Set ¶
func (c *CompactArray) Set(index, value int) int
Click to show internal directories.
Click to hide internal directories.