Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type Bitses struct + Byteses map[int32][]byte + Length byte + func NewBitses() *Bitses + func (b *Bitses) Decode(by []byte) (out []byte) + func (b *Bitses) DecodeOne(by []byte) *Bitses + func (b *Bitses) Encode() (out []byte) + func (b *Bitses) Get() (out map[int32]uint32) + func (b *Bitses) Put(in map[int32]uint32) *Bitses