Versions in this module Expand all Collapse all v0 v0.2.10 Feb 3, 2020 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